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


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

    Property Value

    The size of the font.
    See Also