Class NodeStyle
Node style class.
Inheritance
System.Object
NodeStyle
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class NodeStyle : Object
Constructors
NodeStyle(Brush, UIColor, Object, StrokeStyle, TextStyle)
Initializes a new instance of the NodeStyle class.
Declaration
public NodeStyle(Brush fillBrush, UIColor borderColor, object shape, StrokeStyle borderStyle, TextStyle textStyle)
Parameters
Type | Name | Description |
---|---|---|
Brush | fillBrush | Fill brush. |
UIKit.UIColor | borderColor | Border color. |
System.Object | shape | Shape object. |
StrokeStyle | borderStyle | Border style. |
TextStyle | textStyle | Font object. |
Properties
BorderColor
Gets the color of the border.
Declaration
public UIColor BorderColor { get; }
Property Value
Type | Description |
---|---|
UIKit.UIColor | The color of the border. |
BorderStyle
Gets the border style.
Declaration
public StrokeStyle BorderStyle { get; }
Property Value
Type | Description |
---|---|
StrokeStyle | The border style. |
Brush
Gets the color of the fill.
Declaration
public Brush Brush { get; }
Property Value
Type | Description |
---|---|
Brush | The color of the fill. |
Shape
Gets the shape.
Declaration
public object Shape { get; }
Property Value
Type | Description |
---|---|
System.Object | The shape. |
TextStyle
Gets the TextStyle.
Declaration
public TextStyle TextStyle { get; }
Property Value
Type | Description |
---|---|
TextStyle | The TextStyle. |
Methods
Dispose()
Releases all resource used by the LayoutStyle object.
Declaration
public void Dispose()