Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / AlignText Property


In This Topic
    AlignText Property (IElementStyle)
    In This Topic
    Gets or sets the text alignment.
    Syntax
    'Declaration
     
    
    Property AlignText As TextAlign
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As TextAlign
     
    instance.AlignText = value
     
    value = instance.AlignText
    TextAlign AlignText {get; set;}
    See Also