Back to Devexpress

MapOverlayItemBase.JoiningOrientation Property

windowsforms-devexpress-dot-xtramap-dot-mapoverlayitembase-9c9858d8.md

latest1.3 KB
Original Source

MapOverlayItemBase.JoiningOrientation Property

Gets or sets the value specifying how overlay items 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

MapOverlayItemBase Class

MapOverlayItemBase Members

DevExpress.XtraMap Namespace