Document Library for WinForms
C1TextLayout.JustifyMode 列挙体

C1.Win.Document.6 アセンブリ > C1.Win.Document.Util 名前空間 : C1TextLayout.JustifyMode 列挙体
Defines the various types of justification which should be applied for a text.
シンタックス
'宣言
 
Public Enum C1TextLayout.JustifyMode 
   Inherits System.Enum
public enum C1TextLayout.JustifyMode : System.Enum 
メンバ
メンバ解説
CharsWidth of all chars in the line should be adjusted.
NoneNo justufication.
StandardStandard justification spaces are used.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Document.Util.C1TextLayout.JustifyMode

参照

C1.Win.Document.Util 名前空間