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


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

    Property Value

    The foreground.
    See Also