Enums.LabelStackSeparatorBreakPosition enumeration

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.

The LabelStackSeparatorBreakPosition can be one of:

ConstantDescription
Enums.LabelStackSeparatorBreakPositionAutomatic(0) Use the default position (Enums.LabelStackSeparatorBreakPositionAfter). This will give the same behavior as LabelStackSeparatorBreakPositionAfter.
Enums.LabelStackSeparatorBreakPositionAfter(1) Write the separator after the line break, at the start of the next row of text.
Enums.LabelStackSeparatorBreakPositionBefore(2) Write the separator before the line break, at the end of the previous row of text.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close