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


In This Topic
    IsFontSet Method (ElementStyle)
    In This Topic
    Gets whether the 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()
    See Also