C# Класс Esri.ArcGISRuntime.Toolkit.Controls.TemplatePicker

Наследование: Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ItemTemplateProperty DependencyProperty
ItemsPanelProperty DependencyProperty
LayersProperty DependencyProperty
ScaleProperty DependencyProperty

Открытые методы

Метод Описание
OnApplyTemplate ( ) : void
TemplatePicker ( ) : System.Diagnostics

Initializes a new instance of the TemplatePicker class.

Защищенные методы

Метод Описание
OnApplyTemplate ( ) : void

Приватные методы

Метод Описание
AreEquals ( ICollection templates1, ICollection templates2 ) : bool
AttachLayerHandler ( FeatureLayer flayer ) : void
AttachLayersHandler ( IEnumerable layers ) : void
DetachLayerHandler ( FeatureLayer flayer ) : void
DetachLayersHandler ( ) : void
InitItemsSource ( ) : void
InitItemsSourceImpl ( ) : void
IsInScaleRange ( Layer layer ) : bool
OnItemClicked ( object item ) : void
OnLayerCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
OnLayerPropertyChanged ( DependencyObject sender, PropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( IEnumerable newLayers ) : void
OnLoaded ( ) : void
OnScalePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnUnloaded ( ) : void
RebuildAllTemplates ( ) : void
RebuildTemplate ( FeatureLayer flayer ) : void

Описание методов

OnApplyTemplate() защищенный публичный Метод

protected public OnApplyTemplate ( ) : void
Результат void

TemplatePicker() публичный Метод

Initializes a new instance of the TemplatePicker class.
public TemplatePicker ( ) : System.Diagnostics
Результат System.Diagnostics

Описание свойств

ItemTemplateProperty публичное статическое свойство

Identifies the ItemTemplate Dependency property.
public static DependencyProperty ItemTemplateProperty
Результат DependencyProperty

ItemsPanelProperty публичное статическое свойство

Identifies the ItemsPanel Dependency property.
public static DependencyProperty ItemsPanelProperty
Результат DependencyProperty

LayersProperty публичное статическое свойство

Identifies the Layers Dependency property.
public static DependencyProperty LayersProperty
Результат DependencyProperty

ScaleProperty публичное статическое свойство

Identifies the Scale Dependency property.
public static DependencyProperty ScaleProperty
Результат DependencyProperty