FlexReport for WinForms
AlignHorzEnum 列挙体


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 : AlignHorzEnum 列挙体
Specifies the horizontal alignment of text within a containing object. This is the type of Style.TextAlignHorz property.
シンタックス
'宣言
 
Public Enum AlignHorzEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AlignHorzEnum
public enum AlignHorzEnum : System.Enum 
メンバ
メンバ解説
Center
The text is centered horizontally.
Far
The text is right-aligned.
Justify
The text is justified horizontally by widening the white spaces existing in the text.
JustifyChars
The text is justified horizontally by adding white spaces between all characters in the text.
Near
The text is left-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.AlignHorzEnum

参照

参照

C1.Document 名前空間