| Visual Basic (Declaration) | |
|---|---|
Public Enum LineType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum LineType : Enum | |
| Member | Description |
|---|---|
| Solid | Solid line. |
| Dash | Dashed line. |
| Dot | Dotted line. |
| Dash_Dot | Line that contains a dash then a dot in sequence. |
| Dash_Dot_Dot | Line that contains a dash then two dots in sequence. |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.ADF.Web.Display.Symbol.LineType
Target Platforms:Windows XP Professional, Windows Server 2003 family