Table of Contents

Class InputBindingX

Namespace
HelixToolkit.Wpf
Assembly
HelixToolkit.Wpf.dll

Input binding supporting binding the Gezture.

public class InputBindingX : InputBinding, ICommandSource
Inheritance
InputBindingX
Implements
Inherited Members
Extension Methods

Fields

GeztureProperty

Identifies the Gezture dependency property.

public static readonly DependencyProperty GeztureProperty

Field Value

DependencyProperty

Properties

Gezture

Gets or sets the gesture.

public InputGesture Gezture { get; set; }

Property Value

InputGesture

The gesture.

Methods

OnGeztureChanged()

Called when [gezture changed].

protected virtual void OnGeztureChanged()