ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / ParagraphAlignment Enumeration

In This Topic
    ParagraphAlignment Enumeration
    In This Topic
    DWRITE_PARAGRAPH_ALIGNMENT
    Syntax
    'Declaration
     
    Public Enum ParagraphAlignment 
       Inherits System.Enum
    public enum ParagraphAlignment : System.Enum 
    Members
    MemberDescription
    CenterDWRITE_PARAGRAPH_ALIGNMENT_CENTER
    FarDWRITE_PARAGRAPH_ALIGNMENT_FAR
    NearDWRITE_PARAGRAPH_ALIGNMENT_NEAR
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.DirectWrite.ParagraphAlignment

    See Also