Skip to main content

StatesMask(Boolean[]) Constructor

Initializes a new instance of the StatesMask class with specified initial states.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public StatesMask(
    params bool[] initialStates
)

Parameters

Name Type Description
initialStates Boolean[]

A Boolean array that contains the initial states.

See Also