C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Util Namespace / C1TextLayout.JustifyMode Enumeration

C1TextLayout.JustifyMode Enumeration
Defines the various types of justification which should be applied for a text.
Syntax
'Declaration
 
Public Enum C1TextLayout.JustifyMode 
   Inherits System.Enum
 
Members
MemberDescription
CharsWidth of all chars in the line should be adjusted.
NoneNo justufication.
StandardStandard justification spaces are used.
Inheritance Hierarchy

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

See Also