Gets or sets a value indicating whether the pointer position should be affected by user interactions. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsInteractive { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsInteractive As Boolean |
true, to automatically adjust the pointer value when the user clicks with the mouse in the containing scale; otherwise, false.
See Also