C# Class ESRI.ArcGIS.Client.Toolkit.Primitives.LegendItemViewModel

Represents a basic item in the legend/TOC. A basic item contains a label and an image.
Inheritance: INotifyPropertyChanged
Mostra file Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Private Properties

Property Type Description
Attach void
Detach void
GetTemplate System.Windows.DataTemplate
LegendItemViewModel System.Collections.Generic
OnPropertyChanged void

Public Methods

Method Description
LegendItemViewModel ( ) : System.Collections.Generic

Initializes a new instance of the LegendItemViewModel class.

Private Methods

Method Description
Attach ( ESRI.ArcGIS.Client.Toolkit.Primitives.LegendTree legendTree ) : void
Detach ( ) : void
GetTemplate ( ) : System.Windows.DataTemplate
LegendItemViewModel ( LegendItemInfo legendItemInfo ) : System.Collections.Generic

Initializes a new instance of the LegendItemViewModel class from a LegendItemInfo.

OnPropertyChanged ( string propertyName ) : void

Method Details

LegendItemViewModel() public method

Initializes a new instance of the LegendItemViewModel class.
public LegendItemViewModel ( ) : System.Collections.Generic
return System.Collections.Generic