Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ChartSymbolStyleInfo Class / Fill Property


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

    Property Value

    The fill.
    See Also