Gets or sets a value indicating whether the pointer position should be affected by user interactions.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public bool IsInteractive { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsInteractive As Boolean |
true if the pointer is interactive; otherwise, false.
RemarksClicking within a scale will make all interactive pointers contained in this scale to point to the clicked value.
See Also