Back to Devexpress

LegendAlignment Enum

wpf-devexpress-dot-xpf-dot-map-702709b5.md

latest1.9 KB
Original Source

LegendAlignment Enum

Contains values that specify how a map legend is aligned.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public enum LegendAlignment
vb
Public Enum LegendAlignment

Members

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.

|

The following properties accept/return LegendAlignment values:

Remarks

Values listed by the LegendAlignment enumeration are used to set the MapLegendBase.Alignment property.

See Also

DevExpress.Xpf.Map Namespace