Class SolidBrush
Represents a solid Brush.
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class SolidBrush : Brush
Constructors
SolidBrush(Color)
Initializes a new instance of the SolidBrush class.
Declaration
public SolidBrush(Color color)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Color | color | color value. |
Properties
FillColor
Gets or sets the fill color.
Declaration
public Color FillColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the fill. |