Spread Windows Forms 12.0 Product Documentation
IsAlignTextSet Method


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementStyle Class : IsAlignTextSet Method
Gets whether the text alignment (AlignText property) is set.
Syntax
'Declaration
 
Public Overridable Function IsAlignTextSet() As Boolean
'Usage
 
Dim instance As ElementStyle
Dim value As Boolean
 
value = instance.IsAlignTextSet()
public virtual bool IsAlignTextSet()

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
AlignText Property