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