MindFusion.Wpf Pack Programmer's Guide
Indicator Members
Constructors Fields Attached Properties Properties Methods
 


Represents a gauge element, which changes its appearance based on its current state.

The following tables list the members exposed by the Indicator type.

 Public Constructors

  Name Description

Indicator

Initializes a new instance of the Indicator class.

 Public Fields

  Name Description

ActiveColorProperty

Identifies the ActiveColor attached property.

CurrentStateProperty

Identifies the CurrentState dependency property.

DefaultStateProperty

Identifies the DefaultState dependency property.

StatesProperty

Identifies the States dependency property.

ValueProperty

Identifies the Value dependency property.

 Public Attached Properties

  Name Description

ActiveColorProperty

Gets or sets the glow color of an indicator state.

 Public Properties

  Name Description

CurrentState

Gets the state the indicator is currently in. This is a dependency property.

DefaultState

Gets or sets the state to use when the indicator is not in any of the defined states. This is a dependency property.

States

Gets or sets a collection of CustomInterval objects, which define various states for the indicator. This is a dependency property.

Value

Gets or sets the value associated with this indicator. This is a dependency property.

 Public Methods

  Name Description

GetActiveColor

Gets the value of the Indicator.ActiveColor attached property for a given dependency object.

SetActiveColor

Sets the value of the Indicator.ActiveColor attached property for a given dependency object.

 See Also

Indicator Class
MindFusion.Gauges.Wpf Namespace