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


Specifies the cap type for the end of lines.

Syntax

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

Members

Member Description
Round End cap is rounded. The round part may go past the line end point.
Square End cap is square. The square may go past the line end point.
Butt End cap is square and butts up to the line end point.

Inheritance Hierarchy

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

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also