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


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

    Property Value

    The actual size of the font.
    See Also