Show / Hide Table of Contents

Enum GridLabelPosition

A positioning scheme to use when labeling a Grid.

Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GridLabelPosition

Fields

Name Description
AllSides

Labels anchored to top, right, bottom, and left of map view.

BottomLeft

Y labels anchored to left of map view, X labels anchored to bottom.

BottomRight

Y labels anchored to right of map view, X labels anchored to bottom.

Center

Y and X labels in center of map view.

Geographic

Labels anchored to a geographical position on the map view.

TopLeft

Y labels anchored to left of map view, X labels anchored to top.

TopRight

Y labels anchored to right of map view, X labels anchored to top.

Applies to

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8
In This Article
Back to top Copyright © 2022 Esri.