ESRI.ArcGIS.ADF.Web
TextMarkerSymbol Class
See Also  Members  
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : TextMarkerSymbol Class


A MarkerSymbol that adds static text to an acetate layer.

Object Model


Syntax

Visual Basic (Declaration)  
Public Class TextMarkerSymbol 
   Inherits MarkerSymbol
Visual Basic (Usage) Copy Code
Dim instance As TextMarkerSymbol
C#  
public class TextMarkerSymbol : MarkerSymbol 

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ADF.Web.Display.Symbol.Symbol
      ESRI.ArcGIS.ADF.Web.Display.Symbol.FeatureSymbol
         ESRI.ArcGIS.ADF.Web.Display.Symbol.MarkerSymbol
            ESRI.ArcGIS.ADF.Web.Display.Symbol.TextMarkerSymbol

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also