Skip to main content
A newer version of this page is available. .

MapLegendBase.Alignment Property

Gets or sets the alignment of a map legend.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Alignment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also