ArcGIS API for WPF - Library Reference
SimpleLineSymbol Constructor(Color,Double)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Symbols Namespace > SimpleLineSymbol Class > SimpleLineSymbol Constructor : SimpleLineSymbol Constructor(Color,Double)

borderColor
Color of the border.
borderWidth
Width of the border.
Initializes a new instance of the SimpleLineSymbol class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal borderColor As Color, _
   ByVal borderWidth As Double _
)
C# 
public SimpleLineSymbol( 
   Color borderColor,
   double borderWidth
)

Parameters

borderColor
Color of the border.
borderWidth
Width of the border.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.