Enum LabelStackAlignment
The strategy for how multi-row (stacked) text should be horizontally aligned.
Namespace: Esri.ArcGISRuntime.Mapping.Labeling
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum LabelStackAlignment
Remarks
Multi-row text labels can each be horizontally aligned on the left, right or at their center.
By using the Label
Fields
Name | Description |
---|---|
Automatic | The default behavior is to use Text This value corresponds to no value being specified for a
Stack |
Dynamic | Set the alignment depending upon the label's position with respect to its feature. Have the alignment decided case-by-case for each label depending on its placement position around its feature. This is particularly useful for labels of dense point features, where labels may move above, below, left, or right of their point symbol, in order to fit on the display. For example, a stack to the right of a point symbol will be left-aligned. |
TextSymbol | Follow the alignment specified by Horizontal |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.11 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.11 - 200.6 |
Xamarin.Android | 100.11 - 100.15 |
Xamarin.iOS | 100.11 - 100.15 |
UWP | 100.11 - 200.6 |