LabelOrganizingSettings.RemoveConflicts Property
Gets or sets a value that determines whether a label that cannot be placed without overlapping another label can be removed.
Syntax
public AttributeVariable< System.Boolean > RemoveConflicts { get; set; }
Property Value
Default: true
True to allow label removal; otherwise, False.
Remarks
It is not always possible to place labels so that they do not overlap in which case the result might look like the following image:
![]() |
You can tell the LabelOrganizingLayer that it may remove a label that overlaps another label by setting RemoveConflicts to True. The same example as above but with label removal gives the following result:
![]() |
Label removal also works in conjunction with the priority assigned to a label, through the Priority property, so that a label with a lower priority is removed if it overlaps a label with a higher priority.
Platforms
Windows, Linux, Android