ArcGIS Runtime SDK for iOS: AGSLabelStackSeparator.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSLabelStackSeparator.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSLabelStackSeparatorBreakPosition { AGSLabelStackSeparatorBreakPositionAutomatic = 0 , AGSLabelStackSeparatorBreakPositionAfter = 1 , AGSLabelStackSeparatorBreakPositionBefore = 2 }
 

Enumeration Type Documentation

◆ AGSLabelStackSeparatorBreakPosition

The position where the separator character in a label will be written, if used. Whether the separator code point should appear at the end of one row or the beginning of the next. This does not matter if the separator is not to be visible when used.

Since
100.11
Enumerator
AGSLabelStackSeparatorBreakPositionAutomatic 

Use the default position (AGSLabelStackSeparatorBreakPositionAfter).

AGSLabelStackSeparatorBreakPositionAfter 

Write the separator after the line break, at the start of the next row of text.

AGSLabelStackSeparatorBreakPositionBefore 

Write the separator before the line break, at the end of the previous row of text.