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


In This Topic
    FontStyle Property (SpreadChartTextElement)
    In This Topic
    Gets or sets the font style.
    Syntax
    'Declaration
     
    Public Property FontStyle As FontStyle
    'Usage
     
    Dim instance As SpreadChartTextElement
    Dim value As FontStyle
     
    instance.FontStyle = value
     
    value = instance.FontStyle
    public FontStyle FontStyle {get; set;}

    Property Value

    The font style.
    See Also