Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / TextAlign Enumeration


In This Topic
    TextAlign Enumeration
    In This Topic
    Specifies the alignment of text and pictures in a control.
    Syntax
    'Declaration
     
    
    Public Enum TextAlign 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextAlign
    public enum TextAlign : System.Enum 
    Members
    MemberDescription
    TextBottomPictTopPositions the text at the bottom of the control and the picture, if any, is positioned above it
    TextLeftPictRightPositions the text on the left side of the control and the picture, if any, is positioned to the right of it
    TextRightPictLeftPositions the text on the right side of the control and the picture, if any, is positioned to the left of it
    TextTopPictBottomPositions the text at the top of the control and the picture, if any, is positioned below it
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.TextAlign

    See Also