Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapLegendBase.Alignment Property

Gets or sets the alignment of a map legend.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

NuGet Package: DevExpress.Win.Map

#Declaration

[DefaultValue(LegendAlignment.TopLeft)]
public LegendAlignment Alignment { get; set; }

#Property Value

Type Default Description
LegendAlignment TopLeft

A LegendAlignment enumeration value.

Available values:

Name Description
TopLeft

The legend is vertically aligned at the top and horizontally aligned on the left.

TopCenter

The legend is vertically aligned at the top and horizontally aligned in the center.

TopRight

The legend is vertically aligned at the top and horizontally aligned on the right.

MiddleLeft

The legend is vertically centered and horizontally aligned on the left.

MiddleRight

The legend is vertically centered and horizontally aligned on the right.

BottomLeft

The legend is vertically aligned at the bottom and horizontally aligned on the left.

BottomCenter

The legend is vertically aligned at the bottom and horizontally aligned in the center.

BottomRight

The legend is vertically aligned at the bottom and horizontally aligned on the right.

See Also