日付を逆向きにレイアウトするかどうかを示す値を取得または設定します。
構文
public bool ReverseDays {get; set;}
Public Property ReverseDays As Boolean
プロパティ値
日付を逆向きにする(つまり、
System.Windows.Forms.Orientation.Horizontal 方向の場合は右から左へ、
System.Windows.Forms.Orientation.Vertical 方向の場合は下から上へレイアウトする)場合は
true。それ以外の場合は
false。
参照