GrapeCity.Xaml.SpreadSheet.Data
Fill Property (SpreadChartShapeBase)


GrapeCity.Xaml.SpreadSheet.Data Namespace > SpreadChartShapeBase Class : Fill Property
Gets or sets a Windows.UI.Xaml.Media.Brush object that describes the background for a chart.
Syntax
'Declaration
 
Public Property Fill As Brush
'Usage
 
Dim instance As SpreadChartShapeBase
Dim value As Brush
 
instance.Fill = value
 
value = instance.Fill
public Brush Fill {get; set;}

Property Value

The Windows.UI.Xaml.Media.Brush object that describes the background for a chart.
See Also

Reference

SpreadChartShapeBase Class
SpreadChartShapeBase Members