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


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

    Property Value

    The actual size of the font.
    See Also