Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / GetFont Method
Example


In This Topic
    GetFont Method (ElementWindowless)
    In This Topic
    Gets the default font used by the element, if the Font property is null.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetFont() As Font
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim value As Font
     
    value = instance.GetFont()
    public virtual Font GetFont()
    Example
    Font f = element.GetFont();
    }
    Font f = element.GetFont()
    See Also