Back to Devexpress

BeforeMeasurementEventArgs.RulerType Property

wpf-devexpress-dot-xpf-dot-map-dot-beforemeasurementeventargs-3257ceb7.md

latest1.2 KB
Original Source

BeforeMeasurementEventArgs.RulerType Property

Returns the type of the new ruler.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public RulerType RulerType { get; }
vb
Public ReadOnly Property RulerType As RulerType

Property Value

TypeDescription
RulerType

The type of the new ruler.

|

Available values:

NameDescription
Distance

The type of the ruler used to measure the distance.

| | Area |

The type of the ruler used to measure the area.

|

See Also

BeforeMeasurementEventArgs Class

BeforeMeasurementEventArgs Members

DevExpress.Xpf.Map Namespace