Spread Windows Forms 12.0 Product Documentation
TextAlign Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : TextAlign Enumeration
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

Reference

FarPoint.Win Namespace