Spread Windows Forms 12.0 Product Documentation
IsFontSet Method (ElementStyle)


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

Return Value

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

Reference

ElementStyle Class
ElementStyle Members
Font Property