ArcGIS API for WPF - Library Reference
LegendItemViewModel Class Members
See Also  Properties  Events Send comments on this topic
ESRI.ArcGIS.Client.Toolkit.Primitives Namespace : LegendItemViewModel Class


The following tables list the members exposed by LegendItemViewModel.

Public Constructors

 NameDescription
public ConstructorLegendItemViewModel ConstructorInitializes a new instance of the LegendItemViewModel class.  
Top

Public Properties

 NameDescription
public PropertyDescription The description of the legend item.  
public PropertyImageSource Legend item image source.  
public PropertyIsExpanded Gets or sets a value indicating whether this instance is expanded.  
public PropertyIsSelected Gets or sets a value indicating whether this instance is selected.  
public PropertyLabel Legend item label.  
public PropertyLayerItemsSource Gets the children of the legend item.  
public PropertyTag Gets or sets an object associated with the legend item. This provides the ability to attach an arbitrary object to the item.  
public PropertyTemplateGets or sets the template for this legend item. Depending on the type of item, the template can be the LegendItemTemplate , the LayerTemplate or the ESRI.ArcGIS.Client.Toolkit.Legend.MapLayerTemplate. The template can also be set explicitely by code.  
Top

Public Events

 NameDescription
public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.