Class DecoratorStyle
Represents the decorator style.
Inheritance
System.Object
DecoratorStyle
Implements
System.ICloneable
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class DecoratorStyle : Object, ICloneable
Constructors
DecoratorStyle()
Initializes a new instance of the DecoratorStyle class.
Declaration
public DecoratorStyle()
Properties
Fill
Gets or sets the fill color of the decorator.
Declaration
public UIColor Fill { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | Gets or sets the decorator fill color. |
Size
Gets or sets the size of decorator.
Declaration
public float Size { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Gets or sets the DecoratorSize. |
StrokeColor
Gets or sets the stroke color of the decorator.
Declaration
public UIColor StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | Gets or set the decorator stroke color. |
StrokeWidth
Gets or sets the width of the decorator stroke.
Declaration
public float StrokeWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The width of the decorator stroke. |
Methods
Clone()
Clone value.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | return Clone. |
Implements
System.ICloneable