Class DecoratorStyle
Represents the decorator style.
Inheritance
System.Object
DecoratorStyle
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class DecoratorStyle : Object
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 Color Fill { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | 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 Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | 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. |