C# Class Esri.ArcGISRuntime.Toolkit.Controls.Primitives.LegendItemViewModel

Represents a basic item in the legend/TOC. A basic item contains a label and an image.
Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: Esri/arcgis-toolkit-dotnet Class Usage Examples

Private Properties

Property Type Description
Attach void
Detach void
GetTemplate DataTemplate
LegendItemViewModel Esri.ArcGISRuntime.Layers
OnPropertyChanged void

Public Methods

Method Description
LegendItemViewModel ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the LegendItemViewModel class.

Private Methods

Method Description
Attach ( LegendTree legendTree ) : void
Detach ( ) : void
GetTemplate ( ) : DataTemplate
LegendItemViewModel ( LegendItemInfo legendItemInfo, GeometryType geometryType ) : Esri.ArcGISRuntime.Layers

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 ( ) : Esri.ArcGISRuntime.Layers
return Esri.ArcGISRuntime.Layers