Enum GridLabelPosition
A positioning scheme to use when labeling a Grid.
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GridLabelPositionFields
| 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
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 100.15 | 
| .NET 6.0 | 100.13 - 100.15 | 
| .NET 6.0 Windows | 100.13 - 100.15 | 
| .NET Framework | 100.0 - 100.15 | 
| .NET 5 | 100.10 - 100.12 | 
| .NET Core 3.1 | 100.7 - 100.12 | 
| Xamarin.Android | 100.0 - 100.15 | 
| Xamarin.iOS | 100.0 - 100.15 | 
| UWP | 100.0 - 100.15 |