ArcGIS Runtime SDK for WPF - Library Reference
MapGridLabelPosition Enumeration
See Also 
ESRI.ArcGIS.Client Namespace : MapGridLabelPosition Enumeration

Specifies where the axis labels are drawn in the MapGrid.

Syntax

Visual Basic (Declaration) 
Public Enum MapGridLabelPosition 
   Inherits System.Enum
C# 
public enum MapGridLabelPosition : System.Enum 

Remarks

The Geographic option represents the default behavior where labels are displayed across the grid. All other options provide different configurations of screen-aligned labels.

Members

MemberDescription
AllSideslabels anchored to top, right, bottom, and left of map
BottomCenterx-labels anchored to bottom , y-labels anchored to center of map
BottomLeftx-labels anchored to bottom , y-labels anchored to left of map
BottomRightx-labels anchored to bottom , y-labels anchored to right of map,
Geographiclabels anchored to a geographical on the map
MiddleCenterx-labels anchored to middle , y-labels anchored to center of map
MiddleLeftx-labels anchored to middle , y-labels anchored to left of map
MiddleRightx-labels anchored to middle , y-labels anchored to right of map
TopCenterx-labels anchored to top , y-labels anchored to right of map,
TopLeftx-labels anchored to top , y-labels anchored to left of map,
TopRightx-labels anchored to top , y-labels anchored to left of map

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.MapGridLabelPosition

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.