Spread Windows Forms 12.0 Product Documentation
IsAlignVertSet Method (ElementStyle)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsAlignVertSet Method
Gets whether the vertical alignment (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()

Return Value

true if the property is set; false otherwise
Remarks
This method determines whether the AlignVert property is set.
See Also

Reference

ElementStyle Class
ElementStyle Members
AlignVert Property