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
Visual Basic (Declaration) | |
---|
Public Property LabelOnce As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MapLayer
Dim value As Boolean
instance.LabelOnce = value
value = instance.LabelOnce
|
C# | |
---|
public bool LabelOnce {get; set;} |
See Also