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




Symbol used to draw the shadow.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property Symbol As LineSymbol
Visual Basic (Usage)Copy Code
Dim instance As SymbolShadow
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.