Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadChartBase Class / ActualFontWeight Property


In This Topic
    ActualFontWeight Property (SpreadChartBase)
    In This Topic
    Gets the actual font weight of a chart.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualFontWeight As FontWeight
    'Usage
     
    Dim instance As SpreadChartBase
    Dim value As FontWeight
     
    value = instance.ActualFontWeight
    public FontWeight ActualFontWeight {get;}
    See Also