Class SymbolStyle
Represents a symbol style.
Inheritance
System.Object
SymbolStyle
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.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 UIColor StrokeColor { get; set; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | 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 |