Search
Pointer.IsInteractive Property
See Also
 






Gets or sets a value indicating whether the pointer position should be affected by user interactions.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public bool IsInteractive { get; set; }

Visual Basic  Copy Code

Public Property IsInteractive As Boolean

 Property Value

true if the pointer is interactive; otherwise, false.

 Remarks

Clicking within a scale will make all interactive pointers contained in this scale to point to the clicked value.

 See Also