Class TouchEventArgs
- Namespace
- Nalu
- Assembly
- Nalu.Maui.Core.dll
Represents the event data for touch events.
public class TouchEventArgs
- Inheritance
-
TouchEventArgs
- Inherited Members
Constructors
TouchEventArgs(Point)
Initializes a new instance of the TouchEventArgs class.
public TouchEventArgs(Point position)
Parameters
positionPoint
Properties
Position
Touch position relative to the control itself in DP.
public Point Position { get; }
Property Value
Propagates
Gets a value indicating whether the event bubbles up.
public bool Propagates { get; }
Property Value
Methods
StopPropagation()
Prevents the event from propagating (on supported platforms).
public void StopPropagation()