PolygonVisualizer.AvoidableByLabels Property
Gets or sets a value that determines whether a LabelOrganizingLayer can avoid placing labels over the visualization.
Syntax
public AttributeVariable< System.Boolean > AvoidableByLabels { get; set; }
Property Value
Default: false
True to make the automatic label placement aware of the visualization; False otherwise. This property has no effect in 3D views.
Remarks
This property makes the LabelOrganizingLayer aware of the visualization but it does not by itself change where labels are placed. To avoid placing a label on top of the visualization you must also configure the label's LabelOrganizingSettings.LabelAvoidance property and specify which visualization to avoid or set the label's LabelOrganizingSettings.AvoidOtherPolygons property to True which will avoid placing labels over polygons other than the one they belong to.
Setting AvoidableByLabels to True can impact performance.
Platforms
Windows, Linux, Android