FlexReport for WinForms
AlignVertEnum 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : AlignVertEnum 列挙体
Specifies the vertical alignment of text within a containing object. This is the type of Style.TextAlignVert property.
シンタックス
'宣言
 
Public Enum AlignVertEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AlignVertEnum
public enum AlignVertEnum : System.Enum 
メンバ
メンバ解説
Bottom
The text is bottom-aligned.
Center
The text is centered vertically.
Justify
The text is justified vertically.
Top
The text is top-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.AlignVertEnum

参照

参照

C1.Document 名前空間