LabelOrganizingLayer.ClipPolygon Property
Gets or sets a MultiPolygonGeometry that all labels will be placed inside.
Syntax
public MultiPolygonGeometry ClipPolygon { get; set; }
Property Value
Default: null
A multi-polygon in the coordinate reference system of the view that defines an area that all labels will be placed inside.
Remarks
This property can be used to specify a geographic area that all labels will be placed inside. Labels that cannot be placed entirely within the area are removed from the result.
Setting a geographic clip polygon for the label placement will usually decrease performance significantly.
Platforms
Windows, Linux, Android