Skip to main content

LinearGauge Class

A Linear Gauge control.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

[ContentProperty(Name = "Scales")]
[ToolboxTabName("DX.21.2: Visualization")]
public class LinearGauge :
    GaugeBase

#Remarks

The LinearGauge class is a visual gauge control intended for creating thermometer, indicators, etc.

A gauge control is comprised of separate elements, such as level bars, scales, range bars, ranges, etc. To learn more about them, refer to the Visual Elements (Linear Gauge) section.

#Inheritance

Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also