The following tables list the members exposed by GraphicsLayer.
Name | Description | |
---|---|---|
GraphicsLayer Constructor | Initializes a new instance of the GraphicsLayer class. |
Name | Description | |
---|---|---|
ClustererProperty | Identifies the Clusterer dependency property. | |
GraphicsProperty | Identifies the Graphics dependency property. | |
GraphicsSourceProperty | Identifies the GraphicsSource dependency property. | |
MapTipAutoPositionProperty | If set to true the MapTip will attempt to be place within the map surface to prevent clipping of the MapTip. | |
MapTipHideDelayProperty | Identifies the MapTipHideDelay attached dependency property. | |
MapTipHorizontalOffsetProperty | Identifies the MapTipHorizontalOffset attached dependency property. | |
MapTipVerticalOffsetProperty | Identifies the MapTipVerticalOffset attached dependency property. | |
ProjectionServiceProperty | Identifies the ProjectionService dependency property. | |
SelectionColorProperty | Identifies the SelectionColor dependency property. This property only affects FeatureLayer and when GraphicsLayer is an accelerated layer. |
Name | Description | |
---|---|---|
Clusterer | Gets or sets the clusterer that is applied to the features. | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayName | Gets or sets the display name. Display name is used in printing and legend control. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Effect | Gets or sets the pixel shader effect to use for rendering this Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | Overridden. Gets the minimum enclosing envelope that all the features in the layer. | |
Graphics | Gets or sets the graphics collection. | |
GraphicsSource | Gets or sets a collection used to contain the graphics of the GraphicsLayer. | |
ID | Gets or sets the layer ID (Inherited from ESRI.ArcGIS.Client.Layer) | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsHitTestVisible | Gets or sets whether the contained area of this GraphicsLayer can return true values for hit testing. | |
IsInitialized | Returns true if the layer has been initialized. (Inherited from ESRI.ArcGIS.Client.Layer) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
MapTip | Gets or sets the MapTip displayed when the mouse hovers on a Graphic in the GraphicsLayer. | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Opacity | Gets or sets the layer opacity (Inherited from ESRI.ArcGIS.Client.Layer) | |
ProjectionService | Gets or sets the projection service used for projecting geometry in the data source to the map's spatial reference. | |
Renderer | Gets or sets the renderer used for generating symbols. If a renderer is specified, any symbol set on the graphic will be ignored. | |
RendererTakesPrecedence | If false , the graphic symbol takes precedence over the renderer. | |
RenderingMode | The Rendering mode to use when rendering in accelerated display. | |
SelectedGraphics | The list of selected graphics. | |
SelectionColor | Gets or sets the selection color. This property only affects FeatureLayer and when GraphicsLayer is an accelerated layer. | |
SelectionCount | The selection count | |
ShowLegend | Gets or sets a value indicating whether to show legend. (Inherited from ESRI.ArcGIS.Client.Layer) | |
SpatialReference | Gets the default spatial reference of the layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Visible | Gets or sets the visibility of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) |
Name | Description | |
---|---|---|
ClearSelection | Clears the selection. | |
ClearValue | Overloaded. 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) | |
CoerceValue | Coerces 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) | |
Equals | (Inherited from System.Windows.DependencyObject) | |
FindGraphicsInHostCoordinates | Overloaded. Retrieves a set of Graphics that are located within a specified System.Windows.Point of the applications coordinate space. Note the default value for maxHits is 1, returning the topmost graphic only. | |
FromGraphics | Overloaded. Create a graphics layer from a collection of graphics. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
GetMapTipAutoPosition | Gets whether or not auto positioning is being used on the placement of the map tip. | |
GetMapTipHideDelay | Gets the delay for the maptip before it hides after the mouse left the graphic | |
GetMapTipHorizontalOffset | Gets the horizontal offset of a maptip relative to a graphic. | |
GetMapTipVerticalOffset | Gets the vertical offset of a maptip relative to a graphic. | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
Initialize | Initializes the resource. (Inherited from ESRI.ArcGIS.Client.Layer) | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
QueryLegendInfos | Queries for the legend infos of the layer. | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
Refresh | Forces a full redraw of all graphic features. | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
SetMapTipAutoPosition | Sets whether or not to use auto positioning on the placement of the map tip. | |
SetMapTipHideDelay | Sets the delay for the maptip before it hides after the mouse left the graphic | |
SetMapTipHorizontalOffset | Sets the horizontal offset of a maptip relative to a graphic. | |
SetMapTipVerticalOffset | Sets the vertical offset of a maptip relative to a graphic. | |
SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
Name | Description | |
---|---|---|
Cancel | Stops loading of any pending images (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnGraphicsSourceChanged | Called when the GraphicsSource property changes. | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnLegendChanged | Called when the legend changes. | |
OnLoaded | Overridden. Occurs when this layer is rendered. | |
OnMapChanged | Overridden. Stop the maptipHideTimer when map changes. | |
OnPropertyChanged | Overloaded. Raises the Layer.PropertyChanged event. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnUnloaded | Overridden. Occurs when this layer is no longer connected to the main object tree. |
Name | Description | |
---|---|---|
InitializationFailed | This Event fires when a Layer has been initialized and has encountered a problem. (Inherited from ESRI.ArcGIS.Client.Layer) | |
Initialized | Raised when the layer has been initialized (Inherited from ESRI.ArcGIS.Client.Layer) | |
LegendChanged | Occurs when the legend of the layer changed (e.g. when the renderer changed) | |
MouseEnter | Occurs when the mouse (or a stylus) enters the bounding area of a System.Windows.UIElement. | |
MouseLeave | Occurs when the mouse (or the stylus) leaves the bounding area of a System.Windows.UIElement. | |
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 Graphic. | |
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 Graphic. | |
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 | Occurs when the right mouse button is pressed while the mouse pointer is over a Graphic. | |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over a Graphic. However, this event will only be raised if a caller marks the preceding System.Windows.UIElement.MouseRightButtonDown event as handled. | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) |