Class ManipulationBinding
- Namespace
- HelixToolkit.WinUI.SharpDX
- Assembly
- HelixToolkit.WinUI.SharpDX.dll
Binds a ManipulationGesture to an ICommand implementation.
public class ManipulationBinding : InputBinding, IWinRTObject, IDynamicInterfaceCastable, IEquatable<DependencyObject>
- Inheritance
-
ManipulationBinding
- Implements
-
IWinRTObject
- Inherited Members
Constructors
ManipulationBinding()
public ManipulationBinding()
ManipulationBinding(ICommand, ManipulationGesture)
public ManipulationBinding(ICommand command, ManipulationGesture gesture)
Parameters
commandICommandgestureManipulationGesture
Properties
FingerCount
Gets the finger count.
public int FingerCount { get; }
Property Value
Gesture
public override InputGesture? Gesture { get; set; }