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


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