ESRI.ArcGIS.ADF.IMS
LabelWeight Property
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.