Back to Devexpress

MapOverlay.JoiningOrientation Property

windowsforms-devexpress-dot-xtramap-dot-mapoverlay-6d4bb3ec.md

latest1.2 KB
Original Source

MapOverlay.JoiningOrientation Property

Gets or sets the value specifying how overlays are arranged if they have the same Alignment value.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(Orientation.Horizontal)]
public Orientation JoiningOrientation { get; set; }
vb
<DefaultValue(Orientation.Horizontal)>
Public Property JoiningOrientation As Orientation

Property Value

TypeDefaultDescription
OrientationHorizontal

A Orientation enumeration value.

|

See Also

MapOverlay Class

MapOverlay Members

DevExpress.XtraMap Namespace