Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Util Namespace / C1TextLayout.JustifyMode Enumeration

In This Topic
    C1TextLayout.JustifyMode Enumeration
    In This Topic
    Defines the various types of justification which should be applied for a text.
    Syntax
    'Declaration
     
    Public Enum C1TextLayout.JustifyMode 
       Inherits System.Enum
    public enum C1TextLayout.JustifyMode : 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.Xaml.Document.Util.C1TextLayout.JustifyMode

    See Also