PrintDocument for WinForms
TabAlignmentEnum 列挙体


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : TabAlignmentEnum 列挙体
Specifies the text alignment on a tab position. See RenderTextBase.TabPositions for details.
シンタックス
'宣言
 
Public Enum TabAlignmentEnum 
   Inherits System.Enum
'使用法
 
Dim instance As TabAlignmentEnum
public enum TabAlignmentEnum : System.Enum 
メンバ
メンバ解説
CenterText is centered around the tab position.
LeftText is left-aligned on the tab position (text starts at the tab stop).
RightText is right-aligned on the tab position (text ends at the tab stop).
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.TabAlignmentEnum

参照

C1.C1Preview 名前空間