Table of Contents

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

position Point

Properties

Position

Touch position relative to the control itself in DP.

public Point Position { get; }

Property Value

Point

Propagates

Gets a value indicating whether the event bubbles up.

public bool Propagates { get; }

Property Value

bool

Methods

StopPropagation()

Prevents the event from propagating (on supported platforms).

public void StopPropagation()