Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / AlignHorz Property


In This Topic
    AlignHorz Property (SuperEditBase)
    In This Topic
    Gets or sets the horizontal alignment of the control's contents.
    Syntax
    'Declaration
     
    
    Public Overrides Property AlignHorz As HorizontalAlignment
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As HorizontalAlignment
     
    instance.AlignHorz = value
     
    value = instance.AlignHorz
    public override HorizontalAlignment AlignHorz {get; set;}
    See Also