Gets or sets the interaction mode of the view. This is a dependency property.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public Behavior Behavior { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Behavior As Behavior |
A member of the Behavior enumeration. The default is Pan.
See Also