ValueIndicatorBase Members
Serves as the base class for all value indicators.Constructors
| Name | Description |
|---|---|
| ValueIndicatorBase() | Initializes a new instance of the ValueIndicatorBase class with default settings. |
Fields
| Name | Description |
|---|---|
| AnimationProperty static | Identifies the ValueIndicatorBase.Animation dependency property. |
| IsHitTestVisibleProperty static | Identifies the ValueIndicatorBase.IsHitTestVisible dependency property. |
| IsInteractiveProperty static | Identifies the ValueIndicatorBase.IsInteractive dependency property. |
| SnapModeProperty static | Identifies the SnapMode dependency property. |
| ValueProperty static | Identifies the ValueIndicatorBase.Value dependency property. |
| VisibleProperty static | Identifies the ValueIndicatorBase.Visible dependency property. |
Properties
| Name | Description |
|---|---|
| Animation | Provides access to the animation object that allows you to customize animation for the current value indicator. |
| IsHitTestVisible | Gets or sets a value that defines whether an indicator can be returned as a hit-testing result. |
| IsInteractive | Gets or sets a value that indicates whether interactivity is enabled for the current value indicator. |
| SnapMode | Gets or sets whether the gauge control snaps the indicator value to tickmarks. |
| Value | Gets or sets the value of a scale indicator. |
| Visible | Gets or sets whether the value indicator is visible. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
| ValueChanged | Occurs when the ValueIndicatorBase.Value property has been changed. |
See Also