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




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

Syntax

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

See Also

© 2010 All Rights Reserved.