Class Touches
Specifies class for Touches
Inheritance
System.Object
Touches
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public class Touches : Object
Constructors
Touches()
Declaration
public Touches()
Properties
PageX
Specifies PageX value
Declaration
public double PageX { get; set; }
Property Value
Type |
---|
System.Double |
PageY
Specifies PageY value
Declaration
public double PageY { get; set; }
Property Value
Type |
---|
System.Double |
PointerId
Specifies pointer id.
Declaration
public double PointerId { get; set; }
Property Value
Type |
---|
System.Double |