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
Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet Class Usage Examples

Private Properties

Свойство Type Description
Attach void
Detach void
GetTemplate DataTemplate
LegendItemViewModel Esri.ArcGISRuntime.Layers
OnPropertyChanged void

Méthodes publiques

Méthode Description
LegendItemViewModel ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the LegendItemViewModel class.

Private Methods

Méthode 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 méthode

Initializes a new instance of the LegendItemViewModel class.
public LegendItemViewModel ( ) : Esri.ArcGISRuntime.Layers
Résultat Esri.ArcGISRuntime.Layers