Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AlignText Property


In This Topic
    AlignText Property (SuperEditBase)
    In This Topic
    Gets or sets the alignment of the text with respect to the alignment of the picture.
    Syntax
    'Declaration
     
    
    Public Overrides Property AlignText As TextAlign
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As TextAlign
     
    instance.AlignText = value
     
    value = instance.AlignText
    public override TextAlign AlignText {get; set;}
    See Also