Class PositionValues
Gets or sets the position values.
Inheritance
System.Object
PositionValues
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public class PositionValues : Object
Constructors
PositionValues()
Declaration
public PositionValues()
Properties
Current
Gets or sets the current position.
Declaration
public PointF Current { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | A System.Drawing.PointF representing the current position. |
Remarks
This value represents the current coordinate or position during interactions.
Previous
Gets or sets the previous position.
Declaration
public PointF Previous { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF | A System.Drawing.PointF representing the previous position. |
Remarks
This value is updated during interactions such as dragging or panning.