Class TouchFrameEventArgs
Inheritance
System.Object
System.EventArgs
TouchFrameEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class TouchFrameEventArgs : EventArgs
Methods
| Improve this Doc View SourceGetPrimaryTouchPoint(UIElement)
Declaration
[NotImplemented]
public TouchPoint GetPrimaryTouchPoint(UIElement relativeTo)
Parameters
Type | Name | Description |
---|---|---|
UIElement | relativeTo |
Returns
Type | Description |
---|---|
TouchPoint |
GetTouchPoints(UIElement)
Declaration
[NotImplemented]
public TouchPointCollection GetTouchPoints(UIElement relativeTo)
Parameters
Type | Name | Description |
---|---|---|
UIElement | relativeTo |
Returns
Type | Description |
---|---|
TouchPointCollection |
SuspendMousePromotionUntilTouchUp()
Declaration
[NotImplemented]
public void SuspendMousePromotionUntilTouchUp()