ESRI.ArcGIS.ADF.Web
MarkerSymbolType Enumeration
See Also  
ESRI.ArcGIS.ADF.Web.Display.Symbol Namespace : MarkerSymbolType Enumeration


Specifies the type or shape of marker symbols.

Syntax

Visual Basic (Declaration)  
Public Enum MarkerSymbolType 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As MarkerSymbolType
C#  
public enum MarkerSymbolType : Enum 

Members

Member Description
Circle Circle.
Triangle Triangle.
Square Square.
Cross Cross.
Star Star.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.Web.Display.Symbol.MarkerSymbolType

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also