ArcGIS API for Silverlight - Library Reference
Layer Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic
ESRI.ArcGIS.Client Namespace : Layer Class


The following tables list the members exposed by Layer.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)DisplayNamePropertyIdentifies the DisplayName dependency property  
public Fieldstatic (Shared in Visual Basic)EffectPropertyIdentifies the Effect dependency property.  
public Fieldstatic (Shared in Visual Basic)IDPropertyIdentifies the ID dependency property  
public Fieldstatic (Shared in Visual Basic)MaximumResolutionPropertyIdentifies the MaximumResolution dependency property  
public Fieldstatic (Shared in Visual Basic)MinimumResolutionPropertyIdentifies the MinimumResolution dependency property  
public Fieldstatic (Shared in Visual Basic)OpacityPropertyIdentifies the Opacity dependency property  
public Fieldstatic (Shared in Visual Basic)ShowLegendPropertyIdentifies the ShowLegend dependency property  
public Fieldstatic (Shared in Visual Basic)VisiblePropertyIdentifies the Visible dependency property  
public Fieldstatic (Shared in Visual Basic)VisibleTimeExtentPropertyIdentifies the VisibleTimeExtent dependency property.  
Top

Public Properties

 NameDescription
public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
public PropertyDisplayName Gets or sets the display name. Display name is used in printing and legend control.  
public PropertyEffectGets or sets the pixel shader effect to use for rendering this Layer.  
public PropertyFullExtent The full extent of the layer  
public PropertyID Gets or sets the layer ID  
public PropertyInitializationFailure Gets or sets the initialization failure if the initialization failed.  
public PropertyIsInitialized Returns true if the layer has been initialized.  
public PropertyMaximumResolution Gets or sets the maximum resolution (map units per pixel) where this layer is visible.  
public PropertyMinimumResolution Gets or sets the minimum resolution (map units per pixel) where this layer is visible.  
public PropertyOpacity Gets or sets the layer opacity  
public PropertyShowLegend Gets or sets a value indicating whether to show legend.  
public PropertySpatialReference Gets the default spatial reference of the layer.  
public PropertyVisible Gets or sets the visibility of the layer  
public PropertyVisibleTimeExtent Gets or sets the time extent where this layer is visible.  
Top

Public Methods

Protected Methods

 NameDescription
protected MethodCancel Stops loading of any pending images  
protected MethodOnLayerChanged Notifies the map that the layer has changed and requires a redraw.  
protected MethodOnMapChangedOverride to know when a layer's Layer.Map property changes.  
protected MethodOnPropertyChangedRaises the PropertyChanged event.  
Top

Public Events

 NameDescription
public EventInitializationFailed This Event fires when a Layer has been initialized and has encountered a problem.  
public EventInitialized Raised when the layer has been initialized  
public EventPropertyChanged Property changed event  
Top

See Also

© ESRI, Inc. All Rights Reserved.