PowerTools CalendarGrid for Windows Forms 1.0J
LayoutSettings プロパティ

GcCalendarGrid コントロールのレイアウト設定データを取得します。
構文
Public ReadOnly Property LayoutSettings As CalendarGridLayoutSettings
public CalendarGridLayoutSettings LayoutSettings {get;}

プロパティ値

GcCalendarGrid コントロールのレイアウト情報を表す CalendarGridLayoutSettings オブジェクト。
解説
このプロパティを通じて、GcCalendarGrid のレイアウト情報にアクセスできます。

行または列のレイアウト情報にアクセスする場合は、CalendarGridLayoutSettings.HorizontalLayoutInfo プロパティおよび CalendarGridLayoutSettings.VerticalLayoutInfo プロパティを使用します。

列の幅または表示/非表示を変更する場合は、CalendarGridLayoutSettings.SetHorizontalLength メソッドおよび CalendarGridLayoutSettings.SetHorizontalVisible メソッドを使用します。

行の高さまたは表示/非表示を変更する場合は、CalendarGridLayoutSettings.SetVerticalLength メソッドおよび CalendarGridLayoutSettings.SetVerticalVisible メソッドを使用します。

また、CalendarGridLayoutSettings.PerformVerticalAutoFit メソッドおよび CalendarGridLayoutSettings.PerformHorizontalAutoFit メソッドから AutoFit 操作を実行できます。

参照

GcCalendarGrid クラス
GcCalendarGrid メンバ

 

 


© 2014 GrapeCity inc. All rights reserved.