.netCHARTING v10.5 Documentation


LabelOnce Property
Gets or sets a boolean value that indicates whether single shapes with multiple parts are labeled only once. An example is a multiple island country which would use only one label provided this property is set to true, otherwise each island may be labeled.
Syntax
'Declaration
 
Public Property LabelOnce As Boolean
'Usage
 
Dim instance As MapLayer
Dim value As Boolean
 
instance.LabelOnce = value
 
value = instance.LabelOnce
public bool LabelOnce {get; set;}
Requirements

Target Platforms: Windows 7, 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