PowerTools CalendarGrid for Windows Forms 1.0J
Height プロパティ (CalendarRow)

行の高さ(ピクセル単位)を取得または設定します。
構文
Public Property Height As Integer
public int Height {get; set;}

プロパティ値

行の高さを示す System.Int32 値。
例外
例外解説
System.InvalidOperationException行が CalendarTemplate に属していません。
System.ArgumentOutOfRangeException 値が 0 未満です。
解説
このプロパティは CalendarTemplate 内の行にのみ設定できます。GcCalendarGrid 内の行は、CalendarTemplate 内の関連する行からこの値を継承します。GcCalendarGrid で行の高さを変更するには、GcCalendarGrid.LayoutSettings を使用します。
参照

CalendarRow クラス
CalendarRow メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.