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)

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