Version

CanHaveDuplicateInnerLabels Property

Sets or gets whether the current layer can have duplicate surface labels.

This is a dependency property.

Syntax
'Declaration
 
Public Property CanHaveDuplicateInnerLabels As Boolean
public bool CanHaveDuplicateInnerLabels {get; set;}
Remarks
If set to trye, the layer will not try to eliminate duplicate labels that occur on polygons that are wholly contained by other polygons. Setting this to true can have performance benefits for some shapefiles that have many non overlapping surface elements.

Defaults to false.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also