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




Symbol used for displaying Label Features.

Object Model

LabelSymbol Class

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.

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.