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


In This Topic
    ActualFontStyle Property (ChartLabelStyleInfo)
    In This Topic
    Gets the actual font style.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualFontStyle As FontStyle
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As FontStyle
     
    value = instance.ActualFontStyle
    public FontStyle ActualFontStyle {get;}
    See Also