Class TouchPoint
Inherited Members
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 TouchPoint : DependencyObject
Constructors
| Improve this Doc View SourceTouchPoint()
Declaration
[NotImplemented]
public TouchPoint()
Fields
| Improve this Doc View SourceActionProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty ActionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
PositionProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty PositionProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
TouchDeviceProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty TouchDeviceProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceAction
Declaration
[NotImplemented]
public TouchAction Action { get; }
Property Value
Type | Description |
---|---|
TouchAction |
Position
Declaration
[NotImplemented]
public Point Position { get; }
Property Value
Type | Description |
---|---|
Point |
TouchDevice
Declaration
[NotImplemented]
public TouchDevice TouchDevice { get; }
Property Value
Type | Description |
---|---|
TouchDevice |