Spread Windows Forms 12.0 Product Documentation
IsAlignHorzSet Method (ElementStyle)


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
AlignHorz Property