Class NodeStyle
Node style.
Inheritance
System.Object
NodeStyle
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class NodeStyle : Object
Constructors
NodeStyle(Brush, Color, Object, StrokeStyle, TextStyle)
Initializes a new instance of the NodeStyle class.
Declaration
public NodeStyle(Brush fillBrush, Color borderColor, object shape, StrokeStyle borderStyle, TextStyle textStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| Brush | fillBrush | Fill brush. |
| Android.Graphics.Color | borderColor | Border color. |
| System.Object | shape | the Shape. |
| StrokeStyle | borderStyle | Border style. |
| TextStyle | textStyle | Text Style. |
Properties
BorderColor
Gets the color of the border.
Declaration
public Color BorderColor { get; }
Property Value
| Type | Description |
|---|---|
| Android.Graphics.Color | 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 text style.
Declaration
public TextStyle TextStyle { get; }
Property Value
| Type | Description |
|---|---|
| TextStyle | The text style. |
Methods
Dispose()
Define the Dispose method.
Declaration
public void Dispose()