The following tables list the members exposed by Graphic.
Name | Description | |
---|---|---|
Graphic Constructor | Initializes a new instance of the Graphic class. |
Name | Description | |
---|---|---|
SelectedProperty | Identifies the Selected dependency property. |
Name | Description | |
---|---|---|
Attributes | Gets or sets the Dictionary that contains attribute information about a Graphic. | |
DependencyObjectType | (Inherited from System.Windows.DependencyObject) | |
Dispatcher | (Inherited from System.Windows.Threading.DispatcherObject) | |
Geometry | Gets or sets the Geometry used for positioning the Graphic in coordinate space. | |
IsSealed | (Inherited from System.Windows.DependencyObject) | |
MapTip | Gets or sets the MapTip displayed when the mouse hovers on the Graphic. | |
Selected | Gets or sets a Boolean value indicating whether the Graphic is selected. | |
Symbol | Gets or sets the Symbol used for rendering the Graphic. | |
TimeExtent | Gets or sets the time extent (or period of time) for a Graphic. |
Name | Description | |
---|---|---|
ClearValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
CoerceValue | (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | (Inherited from System.Windows.DependencyObject) | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
GetZIndex | Gets the Z-Index (or stack order) of the Graphic in the GraphicCollection. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
Select | Sets the Graphics Selected state to selected (or True). | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | Overloaded. (Inherited from System.Windows.DependencyObject) | |
SetZIndex | Sets the Z-Index (or stack order) of the Graphic in the GraphicCollection. | |
UnSelect | Sets the Graphics Selected state to unselected (or False). |
Name | Description | |
---|---|---|
OnPropertyChanged | (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
AttributeValueChanged | Occurs when an attribute value changes. | |
MouseEnter | The event handler that occurs when the mouse, stylus, or touch enters the bounding area of a Graphic. | |
MouseLeave | The event handler that occurs when the mouse, stylus, or touch leaves the bounding area of a Graphic. | |
MouseLeftButtonDown | Occurs 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. | |
MouseLeftButtonUp | Occurs 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). | |
MouseMove | Occurs 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). | |
MouseRightButtonDown | The event handler that occurs when the Right Mouse Button is clicked over the bounding area of a Graphic. | |
MouseRightButtonUp | 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. | |
PropertyChanged | Occurs when a property value changes. |