NWLegendBlockAlignment

Description

The NWLegendBlockAlignment enumeration is used to determine legend position.

Used by the MapLegend.blockAlignment property.

Available Values

Value Brief description
NWLegendBlockAlignmentBottomCenter  Legend is located in the center of screen bottom.
NWLegendBlockAlignmentBottomLeft  Legend is located in the bottom left screen corner.
NWLegendBlockAlignmentBottomRight  Legend is located in the bottom right screen corner.
NWLegendBlockAlignmentCenterCenter  Legend is located in the middle of the screen.
NWLegendBlockAlignmentCenterLeft  Legend is located in the left part of the screen center.
NWLegendBlockAlignmentCenterRight  Legend is located in the right part of the screen center.
NWLegendBlockAlignmentTopCenter  Legend is located in the middle of the screen top.
NWLegendBlockAlignmentTopLeft  Legend is located in the top left screen corner.
NWLegendBlockAlignmentTopRight  Legend is located in the top right screen corner.

See also:

Working with Common Enumerations