Skip to main content

StateInfo(ILayoutCalculator, Int32, PresentationControl, PresentationBase) Constructor

For internal use.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v23.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