ESRI.ArcGIS.ADF.Web
Symbol Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicElement Class : Symbol Property




Gets or sets the symbol that will be used for displaying the element when not selected.

Syntax

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

See Also

© 2010 All Rights Reserved.