Show / Hide Table of Contents

Class TouchPoint

Inheritance
System.Object
DependencyObject
TouchPoint
Inherited Members
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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, IDependencyObject

Constructors

| Improve this Doc View Source

TouchPoint()

Declaration
[NotImplemented]
public TouchPoint()

Fields

| Improve this Doc View Source

ActionProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty ActionProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

PositionProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty PositionProperty
Field Value
Type Description
DependencyProperty
| Improve this Doc View Source

TouchDeviceProperty

Declaration
[NotImplemented]
public static readonly DependencyProperty TouchDeviceProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

Action

Declaration
[NotImplemented]
public TouchAction Action { get; }
Property Value
Type Description
TouchAction
| Improve this Doc View Source

Position

Declaration
[NotImplemented]
public Point Position { get; }
Property Value
Type Description
Point
| Improve this Doc View Source

TouchDevice

Declaration
[NotImplemented]
public TouchDevice TouchDevice { get; }
Property Value
Type Description
TouchDevice

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source