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
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.0 - 200.8 |
| Xamarin.Android | 100.0 - 100.15 |
| Xamarin.iOS | 100.0 - 100.15 |
| UWP | 100.0 - 200.8 |