A newer version of this page is available.
Switch to the current version.
MapLegendBase.Alignment Property
Gets or sets the alignment of a map legend.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v19.2.dll
Declaration
[DefaultValue(LegendAlignment.TopLeft)]
public LegendAlignment Alignment { get; set; }
<DefaultValue(LegendAlignment.TopLeft)>
Public Property Alignment As LegendAlignment
Property Value
Type | Default | Description |
---|---|---|
LegendAlignment | TopLeft |
A LegendAlignment enumeration value. |
See Also
Feedback