ESRI.ArcGIS.ADF.IMS
LabelSymbol Class
Members  See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : LabelSymbol Class




Symbol used for displaying Label Features.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public MustInherit Class LabelSymbol 
   Inherits Symbol
Visual Basic (Usage)Copy Code
Dim instance As LabelSymbol
C# 
[SerializableAttribute()]
public abstract class LabelSymbol : Symbol 

Remarks

This class is the basis for labeling features in layers. Classes that inherit from LabelSymbol are TextSymbol, CalloutMarkerSymbol, ChartSymbol, RasterShieldSymbol, and ShieldSymbol. TextSymbol provides the simplest type of labeling. Note that RasterShieldSymbol and ShieldSymbol may only be used to label line layers.

These symbols are only valid for labeling map layers. For symbolizing text in an acetate layer, see properties in TextElement Class.

Inheritance Hierarchy

See Also

© 2010 All Rights Reserved.