SPCalendarViewStyle.ImageHeight Property

Gets or sets the height in pixels of the image that is associated with the Day, Week, or Month view link in the calendar user interface.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property ImageHeight As Integer
    Get
    Set
'Usage
Dim instance As SPCalendarViewStyle
Dim value As Integer

value = instance.ImageHeight

instance.ImageHeight = value
public int ImageHeight { get; set; }

Property Value

Type: System.Int32
A 32-bit integer that specifies the height of the image in pixels. The default value is 15.

See Also

Reference

SPCalendarViewStyle Class

SPCalendarViewStyle Members

Microsoft.SharePoint Namespace