SPCalendarViewStyle.ImageHeight property
取得或設定像素為單位的行事曆使用者介面中的一天、一週或月檢視連結與相關聯之圖像的高度。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ImageHeight As Integer
Get
Set
'用途
Dim instance As SPCalendarViewStyle
Dim value As Integer
value = instance.ImageHeight
instance.ImageHeight = value
public int ImageHeight { get; set; }
Property value
Type: System.Int32
指定之圖像的高度,以像素 32 位元整數。預設值為 15。