PrintDocument for WinForms
AlignHorzEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : AlignHorzEnum 列挙体
Specifies the horizontal alignment of text within a containing object. This is the type of TextAlignHorz property.
シンタックス
'宣言
 
Public Enum AlignHorzEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AlignHorzEnum
public enum AlignHorzEnum : System.Enum 
メンバ
メンバ解説
CenterThe text is centered horizontally.
JustifyThe text is justified horizontally by widening the white spaces existing in the text.
JustifyCharsThe text is justified horizontally by adding white spaces between all characters in the text. (Note that if C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and AlignHorzEnum.Justify is used instead.)
LeftThe text is left-aligned.
RightThe text is right-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.AlignHorzEnum

参照

C1.C1Preview 名前空間