Class SymbolStyle
Represents a symbol style.
Inheritance
System.Object
SymbolStyle
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class SymbolStyle : Object
Constructors
SymbolStyle()
Initializes a new instance of the SymbolStyle class.
Declaration
public SymbolStyle()
Properties
Height
Gets or sets the height of the symbol.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
StrokeColor
Gets or sets the color of the stroke.
Declaration
public Color StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
Android.Graphics.Color | The color of the stroke. |
StrokeWidth
Gets or sets the width of the stroke.
Declaration
public double StrokeWidth { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width of the symbol.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |