ArcGIS API for Silverlight - Library Reference
SimpleLineSymbol.LineStyle Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Symbols Namespace : SimpleLineSymbol.LineStyle Enumeration

The pre-defined styles that can be applied to the drawn Line

Syntax

Visual Basic (Declaration) 
Public Enum SimpleLineSymbol.LineStyle 
   Inherits System.Enum
C# 
public enum SimpleLineSymbol.LineStyle : System.Enum 

Members

MemberDescription
DashLine System.Windows.Ink.Stroke made of a dash pattern.
DashDotLine System.Windows.Ink.Stroke made of a dash-dot pattern.
DashDotDotLine System.Windows.Ink.Stroke made of a Dash-dot-dot pattern.
DotLine System.Windows.Ink.Stroke made of a Dot pattern.
NullLine System.Windows.Ink.Stroke that has no symbol.
SolidLine System.Windows.Ink.Stroke made of a solid line. The Default line style.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Symbols.SimpleLineSymbol.LineStyle

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.