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.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public StateIndicatorModel Model { get; set; }
#Property Value
Type | Description |
---|---|
State |
A State |
#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:
Lamp |
Arrow |
---|---|
![]() |
![]() |
#Example
The following example demonstrates how to specify a model for the state indicator control.
<dxga:StateIndicatorControl.Model>
<dxga:SmileStateIndicatorModel />
</dxga:StateIndicatorControl.Model>
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Model property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.