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

StateInfo(ILayoutCalculator, Int32, PresentationControl, PresentationBase) Constructor

For internal use.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public StateInfo(
    ILayoutCalculator layoutCalculator,
    int zIndex,
    PresentationControl presentationControl,
    PresentationBase presentation
)

Parameters

Name Type
layoutCalculator DevExpress.Xpf.Gauges.Native.ILayoutCalculator
zIndex Int32
presentationControl DevExpress.Xpf.Gauges.PresentationControl
presentation PresentationBase
See Also