C# Class Esri.ArcGISRuntime.Toolkit.Controls.MapLayerItem

Internal class encapsulating a layer item representing a map layer. This class manages the events coming from the layer and the legend refresh process.
Inheritance: Esri.ArcGISRuntime.Toolkit.Controls.Primitives.LayerItemViewModel
Mostrar archivo Open project: Esri/arcgis-toolkit-dotnet Class Usage Examples

Private Methods

Method Description
Attach ( LegendTree legendTree ) : void
AttachLayerEventHandler ( Layer layer ) : void
Detach ( ) : void
DetachLayerEventHandler ( Layer layer ) : void
MapLayerItem ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the MapLayerItem class. Only useful in Design.

MapLayerItem ( Layer layer ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the MapLayerItem class.

OnLayerLegendChanged ( object sender, EventArgs e ) : void
OnLayerPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Refresh ( ) : void

Refreshes the legend from infos coming from the map layer.