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


In This Topic
    FontTheme Property (ChartLabelStyleInfo)
    In This Topic
    Gets or sets the font theme.
    Syntax
    'Declaration
     
    Public Property FontTheme As String
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As String
     
    instance.FontTheme = value
     
    value = instance.FontTheme
    public string FontTheme {get; set;}

    Property Value

    The font theme.
    See Also