ESRI.ArcGIS.ADF.ArcGISServer
Symbol Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > SymbolBorder Class : Symbol Property




Symbol used to draw the border.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Symbol As LineSymbol
Visual Basic (Usage)Copy Code
Dim instance As SymbolBorder
Dim value As LineSymbol
 
instance.Symbol = value
 
value = instance.Symbol
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public LineSymbol Symbol {get; set;}

See Also

© 2010 All Rights Reserved.