Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / AlignHorz Property


In This Topic
    AlignHorz Property (ElementWindowless)
    In This Topic
    Gets or sets the horizontal alignment of the contents of the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property AlignHorz As HorizontalAlignment
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As HorizontalAlignment
     
    instance.AlignHorz = value
     
    value = instance.AlignHorz
    public virtual HorizontalAlignment AlignHorz {get; set;}
    See Also