Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / GetFont Method


In This Topic
    GetFont Method (BannerShape)
    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 BannerShape
    Dim value As Font
     
    value = instance.GetFont()
    public virtual Font GetFont()
    See Also