ArcGIS Runtime SDK for WPF - Library Reference
Graphic Class Members
See Also  Fields  Properties  Methods  Events
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 PropertyAttributesGets or sets the Dictionary that contains attribute information about a Graphic.  
public PropertyDependencyObjectTypeGets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject)
public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
public PropertyGeometryGets or sets the Geometry used for positioning the Graphic in coordinate space.  
public PropertyIsSealedGets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject)
public PropertyMapTipGets or sets the MapTip displayed when the mouse hovers on the Graphic.  
public PropertySelectedGets or sets a Boolean value indicating whether the Graphic is selected.  
public PropertySymbolGets or sets the Symbol used for rendering the Graphic.  
public PropertyTimeExtentGets or sets the time extent (or period of time) for a Graphic.  
Top

Public Methods

 NameDescription
public MethodClearValueOverloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject)
public MethodCoerceValueCoerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodEquals (Inherited from System.Windows.DependencyObject)
public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
public MethodGetZIndexGets the Z-Index (or stack order) of the Graphic in the GraphicCollection.  
public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
public MethodSelectSets the Graphics Selected state to selected (or True).  
public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
public MethodSetZIndexSets the Z-Index (or stack order) of the Graphic in the GraphicCollection.  
public MethodUnSelectSets 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.  
protected MethodOnPropertyChangedInvoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject)
Top

Public Events

 NameDescription
public EventAttributeValueChangedOccurs when an attribute value changes.  
public EventMouseEnterThe event handler that occurs when the mouse, stylus, or touch enters the bounding area of a Graphic.  
public EventMouseLeaveThe 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 EventMouseRightButtonDownThe event handler that occurs when the Right Mouse Button is clicked over the bounding area of a Graphic.  
public EventMouseRightButtonUpThe 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 EventPropertyChangedOccurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.