The LabelOverrunStrategy can be one of:
Constant | Description |
---|---|
Enums.LabelOverrunStrategyAutomatic | (0) The label will use the default overrun behavior, which depends on the object being overrun. This value corresponds to no value being specified for the LabelDefinition::overrunStrategy property. |
Enums.LabelOverrunStrategyNone | (1) The label cannot run past the ends of its line geometry or edges of its polygon geometry. |
Enums.LabelOverrunStrategyAllow | (2) The label can run past the ends of its line geometry or edges or its polygon geometry. |