Show / Hide Table of Contents

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 Source

GetPrimaryTouchPoint(UIElement)

Declaration
[NotImplemented]
public TouchPoint GetPrimaryTouchPoint(UIElement relativeTo)
Parameters
Type Name Description
UIElement relativeTo
Returns
Type Description
TouchPoint
| Improve this Doc View Source

GetTouchPoints(UIElement)

Declaration
[NotImplemented]
public TouchPointCollection GetTouchPoints(UIElement relativeTo)
Parameters
Type Name Description
UIElement relativeTo
Returns
Type Description
TouchPointCollection
| Improve this Doc View Source

SuspendMousePromotionUntilTouchUp()

Declaration
[NotImplemented]
public void SuspendMousePromotionUntilTouchUp()
  • Improve this Doc
  • View Source