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


In This Topic
    Fill Property (SpreadChartElement)
    In This Topic
    Gets or sets the brush that specifies how the element's interior is painted.
    Syntax
    'Declaration
     
    Public Property Fill As Brush
    'Usage
     
    Dim instance As SpreadChartElement
    Dim value As Brush
     
    instance.Fill = value
     
    value = instance.Fill
    public Brush Fill {get; set;}

    Property Value

    A brush that describes how the element's interior is painted.
    See Also