ArcGIS API for Silverlight - Library Reference
Graphic Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : Graphic Class


The following tables list the members exposed by Graphic.

Public Constructors

 NameDescription
public ConstructorGraphic ConstructorInitializes a new instance of the Graphic class.  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)SelectedPropertyIdentifies the Selected dependency property.  
Top

Public Properties

 NameDescription
public PropertyAttributes Gets or sets the Dictionary that contains attribute information about a Graphic.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyGeometryGets or sets the Geometry used for positioning the Graphic in coordinate space.  
public PropertyMapTip Gets or sets the MapTip displayed when the mouse hovers on the Graphic.  
public PropertySelected Gets or sets a Boolean value indicating whether the Graphic is selected.  
public PropertySymbolGets or sets the Symbol used for rendering the Graphic.  
public PropertyTimeExtent Gets or sets the time extent (or period of time) for a Graphic.  
Top

Public Methods

 NameDescription
public MethodClearValue (Inherited from System.Windows.DependencyObject)
public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
public MethodGetValue (Inherited from System.Windows.DependencyObject)
public MethodGetZIndex Gets the Z-Index (or stack order) of the Graphic in the GraphicCollection.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSelect Sets the Graphics Selected state to selected (or True).  
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodSetZIndex Sets the Z-Index (or stack order) of the Graphic in the GraphicCollection.  
public MethodUnSelect Sets the Graphics Selected state to unselected (or False).  
Top

Protected Methods

 NameDescription
protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Graphic is reclaimed by garbage collection.  
Top

Public Events

 NameDescription
public EventAttributeValueChanged Occurs when an attribute value changes.  
public EventMouseEnter The event handler that occurs when the mouse, stylus, or touch enters the bounding area of a Graphic.  
public EventMouseLeave The event handler that occurs when the mouse, stylus, or touch leaves the bounding area of a Graphic.  
public EventMouseLeftButtonDownOccurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet PC) while the mouse pointer is over a System.Windows.UIElement.  
public EventMouseLeftButtonUpOccurs when the left mouse button is released (or the tip of the stylus is removed from the tablet PC) while the mouse (or the stylus) is over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).  
public EventMouseMoveOccurs when the coordinate position of the mouse (or stylus) changes while over a System.Windows.UIElement (or while a System.Windows.UIElement holds mouse capture).  
public EventMouseRightButtonDown The event handler that occurs when the Right Mouse Button is clicked over the bounding area of a Graphic.  
public EventMouseRightButtonUp The event handler that occurs when the Right Mouse Button is released (after a click) over the bounding area of a Graphic. NOTE: this event will only be raised if a caller marks the preceding Graphic.MouseRightButtonDown event as e.Handled = True.  
public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.