The following tables list the members exposed by Layer.
Name | Description | |
---|---|---|
DisplayNameProperty | Identifies the DisplayName dependency property | |
EffectProperty | Identifies the Effect dependency property. | |
IDProperty | Identifies the ID dependency property | |
MaximumResolutionProperty | Identifies the MaximumResolution dependency property | |
MinimumResolutionProperty | Identifies the MinimumResolution dependency property | |
OpacityProperty | Identifies the Opacity dependency property | |
ShowLegendProperty | Identifies the ShowLegend dependency property | |
VisibleProperty | Identifies the Visible dependency property | |
VisibleTimeExtentProperty | Identifies the VisibleTimeExtent dependency property. |
Name | Description | |
---|---|---|
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. | |
Effect | Gets or sets the pixel shader effect to use for rendering this Layer. | |
FullExtent | The full extent of the layer | |
ID | Gets or sets the layer ID | |
InitializationFailure | Gets or sets the initialization failure if the initialization failed. | |
IsInitialized | Returns true if the layer has been initialized. | |
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. | |
MinimumResolution | Gets or sets the minimum resolution (map units per pixel) where this layer is visible. | |
Opacity | Gets or sets the layer opacity | |
ShowLegend | Gets or sets a value indicating whether to show legend. | |
SpatialReference | Gets the default spatial reference of the layer. | |
Visible | Gets or sets the visibility of the layer | |
VisibleTimeExtent | Gets or sets the time extent where this layer is visible. |
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) | |
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. | |
InvalidateProperty | (Inherited from System.Windows.DependencyObject) | |
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 | |
OnLayerChanged | Notifies the map that the layer has changed and requires a redraw. | |
OnLoaded | Occurs when this layer is rendered. | |
OnMapChanged | Override to know when a layer's Map property changes. | |
OnPropertyChanged | Overloaded. Raises the PropertyChanged event. | |
OnUnloaded | 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. | |
Initialized | Raised when the layer has been initialized | |
PropertyChanged | Property changed event |