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 |
---|
System.Drawing.PointF |
Previous
Gets or sets the previous position.
Declaration
public PointF Previous { get; set; }
Property Value
Type |
---|
System.Drawing.PointF |