Class SolidBrush
Represents a solid Brush.
Implements
System.ICloneable
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class SolidBrush : Brush, ICloneable
Constructors
SolidBrush(UIColor)
Initializes a new instance of the SolidBrush class.
Declaration
public SolidBrush(UIColor color)
Parameters
Type | Name | Description |
---|---|---|
UIKit.UIColor | color | Colors value. |
Properties
FillColor
Gets or sets the fill color.
Declaration
public UIColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the fill. |
Methods
Clone()
Clone value.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | return Clone. |
Implements
System.ICloneable