StatesMask(Boolean[]) Constructor
Initializes a new instance of the StatesMask class with specified initial states.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v25.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| initialStates | Boolean[] | A Boolean array that contains the initial states. |
See Also