Skip to main content
A newer version of this page is available. .
All docs
V20.2

MapRuler.RulerType Property

Returns the ruler type.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Map, DevExpress.Wpf.Map

Declaration

public RulerType RulerType { get; }

Property Value

Type Description
RulerType

The ruler type.

Available values:

Name Description
Distance

The type of the ruler used to measure the distance.

Area

The type of the ruler used to measure the area.

See Also