The following tables list the members exposed by MessageLayer.
Name | Description | |
---|---|---|
MessageLayer Constructor |
Name | Description | |
---|---|---|
DefaultSpatialReference | Gets or sets the ESRI.ArcGIS.Client.Geometry.SpatialReference used when processing control points of Messages. If null, the ESRI.ArcGIS.Client.Map spatial reference is used. | |
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 ESRI.ArcGIS.Client.Layer. (Inherited from ESRI.ArcGIS.Client.Layer) | |
FullExtent | The full extent of the layer (Inherited from ESRI.ArcGIS.Client.Layer) | |
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) | |
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) | |
MaximumResolution | Gets or sets the maximum resolution (map units per pixel) where this layer is visible. (Inherited from ESRI.ArcGIS.Client.Layer) | |
MessageTypes | A List containing strings representing the message types supported by the MessageLayer. | |
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) | |
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) | |
SubLayers | The sub layers, or message types, contained within the MessageLayer. | |
SymbolDictionaryType | Gets or sets the type of symbol dictionary. | |
SymbolScaleFactor | Gets or sets the scaling factor to apply to symbols. | |
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 | |
---|---|---|
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) | |
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) | |
GetMessage | Returns the Message with the specified ID. | |
GetMessageGeometry | Returns the ESRI.ArcGIS.Client.Geometry of the graphic created from the Message with the specified ID. | |
GetMessageIsSelected | Indicates whether the specified message is currently selected. | |
GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
HitTestAsync | Overloaded. Returns the visible messages at the specified screen location. Use the maxHits parameter to restrict the search and improve performance. | |
Initialize | Overridden. Initializes the layer. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
ProcessMessage | Processes a message instance and either updates, selects or removes the message on the MessageLayer. | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
SetCurrentValue | (Inherited from System.Windows.DependencyObject) | |
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) | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnLoaded | Occurs when this layer is rendered. (Inherited from ESRI.ArcGIS.Client.Layer) | |
OnMapChanged | Overridden. Catch Map changed, in order to subscribe to Map's PropertyChanged event | |
OnPropertyChanged | Overloaded. Overridden. Catch native layer property changed. | |
OnUnloaded | Occurs when this layer is no longer connected to the main object tree. (Inherited from ESRI.ArcGIS.Client.Layer) |
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) | |
MouseEnter | Occurs when the mouse pointer moves onto a message. | |
MouseLeave | Occurs when the mouse pointer moves off a message. | |
MouseMove | Occurs when the mouse pointer moves over a message. | |
PropertyChanged | Property changed event (Inherited from ESRI.ArcGIS.Client.Layer) |