Skip to main content

ArcScaleRange.Geometry Property

Gets or sets the geometry used to draw the scale range.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Geometry Geometry { get; }

#Property Value

Type Description
Geometry

A Windows.UI.Xaml.Media.Geometry object.

See Also