'宣言 Public Enum GroupBoxVerticalTextOrientation Inherits System.Enum
public enum GroupBoxVerticalTextOrientation : System.Enum
メンバ | 解説 |
---|---|
BottomToTop | テキストの先頭文字が最後の文字より (Y軸上で) 下になります。 |
Default | HeaderPositionプロパティに基づくデフォルトの方向にテキストが描画されます。 |
TopToBottom | テキストの先頭文字が最後の文字より (Y軸上で) 上になります。 |
この列挙体は、UltraGroupBox コントロールと UltraExpandableGroupBox コントロールの VerticalTextOrientation プロパティによって使用されます。