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


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