Class PointModel
Represents the position of the diagram elements.
Inheritance
System.Object
PointModel
Namespace: Syncfusion.Blazor.Diagrams
Assembly: Syncfusion.Blazor.dll
Syntax
public class PointModel : Object
Remarks
PointModel represents the position of the diagram elements such as label, port, etc., which is used to define properties like offset, pivot.
Constructors
PointModel()
Declaration
public PointModel()
Properties
X
Sets the x-coordinate of a position.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Y
Sets the y-coordinate of a position.
Declaration
public double Y { get; set; }
Property Value
Type | Description |
---|---|
System.Double |