Class TouchDevice
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 TouchDevice : DependencyObject
Constructors
| Improve this Doc View SourceTouchDevice()
Declaration
[NotImplemented]
public TouchDevice()
Fields
| Improve this Doc View SourceDirectlyOverProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty DirectlyOverProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
IdProperty
Declaration
[NotImplemented]
public static readonly DependencyProperty IdProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceDirectlyOver
Declaration
[NotImplemented]
public UIElement DirectlyOver { get; }
Property Value
Type | Description |
---|---|
UIElement |
Id
Declaration
[NotImplemented]
public int Id { get; }
Property Value
Type | Description |
---|---|
System.Int32 |