Class DiagramPoint
Represents the point in a diagram where a node/connector to be placed in it.
Inheritance
System.Object
DiagramPoint
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class DiagramPoint : SfDiagramBase
Constructors
DiagramPoint()
Represents the point in a diagram where a node/connector to be placed in it.
Declaration
public DiagramPoint()
Properties
X
Sets the X-coordinate of a position.
Declaration
public Nullable<double> X { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Y
Sets the Y-coordinate of a position.
Declaration
public Nullable<double> Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |