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 |
---|---|---|
Legend |
Top |
A Legend |
Available values:
Name | Description |
---|---|
Top |
The legend is vertically aligned at the top and horizontally aligned on the left. |
Top |
The legend is vertically aligned at the top and horizontally aligned in the center. |
Top |
The legend is vertically aligned at the top and horizontally aligned on the right. |
Middle |
The legend is vertically centered and horizontally aligned on the left. |
Middle |
The legend is vertically centered and horizontally aligned on the right. |
Bottom |
The legend is vertically aligned at the bottom and horizontally aligned on the left. |
Bottom |
The legend is vertically aligned at the bottom and horizontally aligned in the center. |
Bottom |
The legend is vertically aligned at the bottom and horizontally aligned on the right. |