共用方式為


SPCalendarViewStyle.ImageWidth property

取得或設定像素為單位的行事曆使用者介面中的一天一週檢視連結與相關聯之圖像的寬度。

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

Syntax

'宣告
Public Property ImageWidth As Integer
    Get
    Set
'用途
Dim instance As SPCalendarViewStyle
Dim value As Integer

value = instance.ImageWidth

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

Property value

Type: System.Int32
指定之圖像的高度,以像素 32 位元整數。預設值為 16。

請參閱

參照

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace