LabelOrganizingSettings.AvoidOtherPolygons Property
Gets or sets a value that determines whether labels from large polygons should be placed outside smaller polygons.
Syntax
public AttributeVariable< System.Boolean > AvoidOtherPolygons { get; set; }
Property Value
Default: false
True to keep labels outside smaller polygons; otherwise, False.
Remarks
The label placement algorithm will only try to keep labels outside polygons that have visualization configured as being avoidable by labels. See LineVisualizer.AvoidableByLabels or PolygonVisualizer.AvoidableByLabels for more information.
![]() |
AvoidOtherPolygons is False on the left in the example above and True on the right (the larger polygon is polygon A and the smaller B).
Platforms
Windows, Linux, Android