C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.Legend

The Legend is a utility control that displays the symbology of Layers and their description for map interpretation.
상속: Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LayerItemsProperty DependencyProperty
LayerItemsSourceProperty DependencyProperty
LayerTemplateProperty DependencyProperty
LayersProperty DependencyProperty
LegendItemTemplateProperty DependencyProperty
MapLayerTemplateProperty DependencyProperty
ReverseLayersOrderProperty DependencyProperty
ScaleProperty DependencyProperty
ShowOnlyVisibleLayersProperty DependencyProperty

공개 메소드들

메소드 설명
Legend ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the Legend class.

OnApplyTemplate ( ) : void
Refresh ( ) : void

Refreshes the legend control.

Note : In most cases, the control is always up to date without calling the refresh method.

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
LegendTree_PropertyChanged ( object sender, System e ) : void
OnLayerTemplateChanged ( DataTemplate newDataTemplate ) : void
OnLayerTemplateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( IEnumerable newLayers ) : void
OnLegendItemTemplateChanged ( DataTemplate newDataTemplate ) : void
OnLegendItemTemplateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnMapLayerTemplateChanged ( DataTemplate newDataTemplate ) : void
OnMapLayerTemplateChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnRefreshed ( object sender, RefreshedEventArgs args ) : void
OnReverseLayersOrderChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnReverseLayersOrderChanged ( bool newReverseLayersOrder ) : void
OnScalePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnScalePropertyChanged ( double scale ) : void
OnShowOnlyVisibleLayersPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnShowOnlyVisibleLayersPropertyChanged ( bool newValue ) : void
UpdateLayerItemsSource ( ) : void
UpdateLayerItemsSourceImpl ( ) : void

메소드 상세

Legend() 공개 메소드

Initializes a new instance of the Legend class.
public Legend ( ) : Esri.ArcGISRuntime.Layers
리턴 Esri.ArcGISRuntime.Layers

OnApplyTemplate() 보호된 공개 메소드

protected public OnApplyTemplate ( ) : void
리턴 void

Refresh() 공개 메소드

Refreshes the legend control.
Note : In most cases, the control is always up to date without calling the refresh method.
public Refresh ( ) : void
리턴 void

프로퍼티 상세

LayerItemsProperty 공개적으로 정적으로 프로퍼티

Identifies the LayerItems dependency property.
public static DependencyProperty LayerItemsProperty
리턴 DependencyProperty

LayerItemsSourceProperty 공개적으로 정적으로 프로퍼티

Identifies the LayerItemsSource dependency property.
public static DependencyProperty LayerItemsSourceProperty
리턴 DependencyProperty

LayerTemplateProperty 공개적으로 정적으로 프로퍼티

Identifies the LayerTemplate dependency property.
public static DependencyProperty LayerTemplateProperty
리턴 DependencyProperty

LayersProperty 공개적으로 정적으로 프로퍼티

Identifies the Layers Dependency property.
public static DependencyProperty LayersProperty
리턴 DependencyProperty

LegendItemTemplateProperty 공개적으로 정적으로 프로퍼티

Identifies the LegendItemTemplate dependency property.
public static DependencyProperty LegendItemTemplateProperty
리턴 DependencyProperty

MapLayerTemplateProperty 공개적으로 정적으로 프로퍼티

Identifies the LegendItemTemplate dependency property.
public static DependencyProperty MapLayerTemplateProperty
리턴 DependencyProperty

ReverseLayersOrderProperty 공개적으로 정적으로 프로퍼티

Identifies the ReverseLayersOrder dependency property.
public static DependencyProperty ReverseLayersOrderProperty
리턴 DependencyProperty

ScaleProperty 공개적으로 정적으로 프로퍼티

Identifies the Scale Dependency property.
public static DependencyProperty ScaleProperty
리턴 DependencyProperty

ShowOnlyVisibleLayersProperty 공개적으로 정적으로 프로퍼티

Identifies the ShowOnlyVisibleLayers dependency property.
public static DependencyProperty ShowOnlyVisibleLayersProperty
리턴 DependencyProperty