Back to Devexpress

RulerType Enum

wpf-devexpress-dot-xpf-dot-map-a9bc4513.md

latest1.4 KB
Original Source

RulerType Enum

Lists ruler types of the Measurements class.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum RulerType
vb
Public Enum RulerType

Members

NameDescription
Distance

The type of the ruler used to measure the distance.

| | Area |

The type of the ruler used to measure the area.

|

The following properties accept/return RulerType values:

Remarks

Distance RulerArea Ruler

See Also

Measurements

DevExpress.Xpf.Map Namespace