Nevron .NET Vision
Nevron.GraphicsCore Namespace / ParagraphAlignment Enumeration


In This Topic
    ParagraphAlignment Enumeration
    In This Topic
    The horizontal alignment of text inside the paragraph.
    Syntax
    'Declaration
     
    
    Public Enum ParagraphAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ParagraphAlignment
    public enum ParagraphAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe text is horizontally centered.
    JustifyThe text is justified.
    LeftThe text is aligned to the left paragraph margin.
    RightThe text is aligned to the right paragraph margin.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.ParagraphAlignment

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also