Back to Devexpress

MapLegendBase.Alignment Property

wpf-devexpress-dot-xpf-dot-map-dot-maplegendbase-5ad11a84.md

latest1.8 KB
Original Source

MapLegendBase.Alignment Property

Gets or sets the alignment of a map legend.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public LegendAlignment Alignment { get; set; }
vb
Public Property Alignment As LegendAlignment

Property Value

TypeDescription
LegendAlignment

A LegendAlignment enumeration item.

|

Available values:

NameDescription
TopLeft

The legend is vertically aligned at the top and horizontally aligned to 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 to the right.

| | MiddleLeft |

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

| | MiddleRight |

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

| | BottomLeft |

The legend is vertically aligned at the bottom and horizontally aligned to 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 to the right.

|

See Also

MapLegendBase Class

MapLegendBase Members

DevExpress.Xpf.Map Namespace