C# 클래스 ESRI.ArcGIS.Client.Toolkit.Primitives.LegendItemViewModel

Represents a basic item in the legend/TOC. A basic item contains a label and an image.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-sl-wpf 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Attach void
Detach void
GetTemplate System.Windows.DataTemplate
LegendItemViewModel System.Collections.Generic
OnPropertyChanged void

공개 메소드들

메소드 설명
LegendItemViewModel ( ) : System.Collections.Generic

Initializes a new instance of the LegendItemViewModel class.

비공개 메소드들

메소드 설명
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

메소드 상세

LegendItemViewModel() 공개 메소드

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