LabelRepeatStrategy

sealed class LabelRepeatStrategy

The strategy for whether a label should have multiple copies created and placed along or across the same feature.

Since

200.1.0

Inheritors

Types

Link copied to clipboard

Labeling will use the default repetition for the feature type. Line feature labels will use LabelRepeatStrategy.Repeat. Polygon feature labels will use LabelRepeatStrategy.None. Point feature labels will use LabelRepeatStrategy.None.

Link copied to clipboard

Only place one label per feature.

Link copied to clipboard

Repeat the label along or across the feature. The frequency of repetition is controlled by the LabelDefinition.repeatDistance property.