ESRI.ArcGIS.ADF.IMS
LabelWeight Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > LabelRenderer Class : LabelWeight Property




Gets or sets the priority of the labels compared to features.

Syntax

Visual Basic (Declaration) 
Public Property LabelWeight As Weight
Visual Basic (Usage)Copy Code
Dim instance As LabelRenderer
Dim value As Weight
 
instance.LabelWeight = value
 
value = instance.LabelWeight
C# 
public Weight LabelWeight {get; set;}

Example

For an example of using this property, see the SimpleLabelRenderer overview.

Remarks

The label weight is usually set to High_Weight, since a label provides more information than a feature. This can be set lower if the labels are not as important as the features.

The default is High_Weight.

See Also

© 2010 All Rights Reserved.