Skip to main content

StateIndicatorControl Class

A state indicator control shipped with the DXGauges Suite.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v14.2.dll

#Declaration

[DXToolboxBrowsable]
public class StateIndicatorControl :
    Control,
    IModelSupported,
    ILayoutCalculator

#Remarks

A state indicator that is used to imitate a static device or indicator that has a set of fixed states.

The following images show some examples of a state indicator.

Traffic Lights Smile
StateIndicator_TrafficLights StateIndicator_Smile

A state indicator control is based on a state image element. To learn more about it, refer to the Visual Element (State Indicator) section.

#Examples

This example demonstrates how to create and customize a StateIndicatorControl.

See Also