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

CircularGaugeControl.ActualModel Property

Gets the actual model used to draw elements of a Circular Gauge.

Namespace: DevExpress.Xpf.Gauges

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

Declaration

[Browsable(false)]
public CircularGaugeModel ActualModel { get; }

Property Value

Type Description
DevExpress.Xpf.Gauges.CircularGaugeModel

A DevExpress.Xpf.Gauges.CircularGaugeModel class descendant that is the actual model.

See Also