ESRI.ArcGIS.ADF.IMS
Color Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > HashLineSymbol Class : Color Property




Gets or sets the color of the hash-line.

Syntax

Visual Basic (Declaration) 
Public Property Color As Color
Visual Basic (Usage)Copy Code
Dim instance As HashLineSymbol
Dim value As Color
 
instance.Color = value
 
value = instance.Color
C# 
public Color Color {get; set;}

Example

For an example of using this property, see the overview of this class.

Remarks

This is the color of both the main line and the crossing ticks.

Default is Black.

See Also

© 2010 All Rights Reserved.