Table of Contents

Class ManipulationBinding

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll

Binds a ManipulationGesture to an ICommand implementation.

public class ManipulationBinding : InputBinding, ICommandSource
Inheritance
ManipulationBinding
Implements
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

Gets or sets the InputGesture associated with this input binding.

[TypeConverter(typeof(ManipulationGestureConverter))]
public override InputGesture? Gesture { get; set; }

Property Value

InputGesture

The associated gesture. The default is null.