PowerTools PlusPak for Windows Forms 8.0J
TextVAlign 列挙体

テキスト行の位置を指定します。
構文
Public Enum TextVAlign 
   Inherits System.Enum
public enum TextVAlign : System.Enum 
メンバ
メンバ解説
Bottomテキスト行は表示領域の下部に配置されます。
Middleテキスト行は表示領域の中央に配置されます。
NotSetデフォルトのテキスト行の位置。
Topテキスト行は表示領域の上部に配置されます。
解説
この列挙体は、テキスト行の位置を設定するために使用します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.Common.TextVAlign

プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GrapeCity.Win.Common 名前空間

Send Feedback