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


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