共用方式為


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。

請參閱

參照

SPCalendarViewStyle class

SPCalendarViewStyle members

Microsoft.SharePoint namespace