Back to Devexpress

StateIndicatorControl.Model Property

wpf-devexpress-dot-xpf-dot-gauges-dot-stateindicatorcontrol.md

latest2.0 KB
Original Source

StateIndicatorControl.Model Property

Gets or sets a model for the state indicator control that is used to draw its elements.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public StateIndicatorModel Model { get; set; }
vb
Public Property Model As StateIndicatorModel

Property Value

TypeDescription
StateIndicatorModel

A StateIndicatorModel class descendant that is the actual model.

|

Remarks

Use the Model property to choose the most appropriate appearance from the list of available state indicator models.

The images below illustrate some of the state indicator models:

LampStateIndicatorModelArrowStateIndicatorModel

Example

The following example demonstrates how to specify a model for the state indicator control.

View Example

xaml
<dxga:StateIndicatorControl.Model>
    <dxga:SmileStateIndicatorModel />
</dxga:StateIndicatorControl.Model>

See Also

StateIndicatorControl Class

StateIndicatorControl Members

DevExpress.Xpf.Gauges Namespace