Table of Contents

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

command ICommand
gesture ManipulationGesture

Properties

FingerCount

Gets the finger count.

public int FingerCount { get; }

Property Value

int

Gesture

public override InputGesture? Gesture { get; set; }

Property Value

InputGesture