ESRI.ArcGIS.ADF.IMS | |
Type Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleLineSymbol Class : Type Property |
Visual Basic (Declaration) | |
---|---|
Public Property Type As LineType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public LineType Type {get; set;} |
For an example of using this property, see the
SimpleLineSymbol overview.
Defines the style of the line: solid, dashed, dotted, dash-dotted or dash-dot-dotted. For ArcMap Server image services, the only valid value is solid.
Default is Solid.