PrintDocument for WinForms
AlignVertEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : AlignVertEnum 列挙体
Specifies the vertical alignment of text within a containing object. This is the type of TextAlignVert property.
シンタックス
'宣言
 
Public Enum AlignVertEnum 
   Inherits System.Enum
'使用法
 
Dim instance As AlignVertEnum
public enum AlignVertEnum : System.Enum 
メンバ
メンバ解説
BottomThe text is bottom-aligned.
CenterThe text is centered vertically.
JustifyThe text is justified vertically.
JustifyCharsWhen applied to vertical text (RenderVerticalText, RenderVerticalParagraph), justifies text vertically by adding white spaces between all characters. (Note that if C1PrintDocument.UseGdiPlusTextRendering is false, this mode is not supported, and AlignVertEnum.Justify is used instead.)
TopThe text is top-aligned.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.AlignVertEnum

参照

C1.C1Preview 名前空間