ArcGIS API for Windows Phone - 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 attributes.  
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyGeometry Gets or sets the geometry.  
public PropertyMapTip Gets or sets the map tip displayed when the mouse hovers on the graphic.  
public PropertySelectedGets or sets a value indicating whether this Symbol is selected.  
public PropertySymbol Gets or sets the Symbol used for rendering this Graphic.  
public PropertyTimeExtent Gets or sets the time extent for this 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 of the graphic.  
public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
public MethodSelect Selects this instance.  
public MethodSetValue (Inherited from System.Windows.DependencyObject)
public MethodSetZIndex Sets the Z index of the graphic.  
public MethodUnSelect Unselects this instance.  
Top

Public Events

 NameDescription
public EventAttributeValueChanged Occurs when an attribute value changes.  
public EventMouseEnterOccurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement.  
public EventMouseLeaveOccurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement.  
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 EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.