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


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

    Property Value

    The font weight.
    See Also