Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsAlignHorzSet Method


In This Topic
    IsAlignHorzSet Method (ElementStyle)
    In This Topic
    Gets whether the AlignHorz property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsAlignHorzSet() As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    value = instance.IsAlignHorzSet()
    public virtual bool IsAlignHorzSet()
    See Also