Skip to main content
A newer version of this page is available. .

StatesMask(Boolean[]) Constructor

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

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v19.1.dll

Declaration

public StatesMask(
    params bool[] initialStates
)

Parameters

Name Type Description
initialStates Boolean[]

A Boolean array that contains the initial states.

See Also