Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartTextElement Class / ActualFontSize Property


In This Topic
    ActualFontSize Property (SpreadChartTextElement)
    In This Topic
    Gets the actual size of the font.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ActualFontSize As Double
    'Usage
     
    Dim instance As SpreadChartTextElement
    Dim value As Double
     
    value = instance.ActualFontSize
    public virtual double ActualFontSize {get;}

    Property Value

    The actual size of the font.
    See Also