LegendAlignment Enum
Contains values that specify how a map legend is aligned.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Members
Name | Description |
---|---|
Top
|
The legend is vertically aligned at the top and horizontally aligned to 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 to the right. |
Middle
|
The legend is vertically centered and horizontally aligned to the left. |
Middle
|
The legend is vertically centered and horizontally aligned to the right. |
Bottom
|
The legend is vertically aligned at the bottom and horizontally aligned to 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 to the right. |
#Related API Members
The following properties accept/return LegendAlignment values:
#Remarks
Values listed by the LegendAlignment enumeration are used to set the MapLegendBase.Alignment property.