SPCalendarViewStyle.ImageWidth property

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

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.ImageWidth

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

Property value

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

See also

Reference

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace