Skip to main content

ArcScaleRange.Geometry Property

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

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public Geometry Geometry { get; }

#Property Value

Type Description
Geometry

A Microsoft.UI.Xaml.Media.Geometry object.

See Also