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

The Attribution Control displays Copyright information for Layers that have the ICopyright Interface implemented.
Наследование: Control
Показать файл Открыть проект

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

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

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

Метод Описание
Attribution ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the Attribution class.

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

Метод Описание
AreEquals ( string strings1, string strings2 ) : bool
AttachLayerHandler ( Layer layer ) : void
AttachLayersHandler ( IEnumerable layers ) : void
CopyrightText ( Layer l ) : string
DetachLayerHandler ( Layer layer ) : void
DetachLayersHandler ( IEnumerable layers ) : void
IsInScaleRange ( Layer layer ) : bool
Layer_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Layers_CollectionChanged ( object sender, System e ) : void
OnExtentPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnLayersPropertyChanged ( IEnumerable oldLayers, IEnumerable newLayers ) : void
OnScalePropertyChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
UpdateAttributionItems ( ) : void
UpdateAttributionItemsImpl ( ) : void

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

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

Initializes a new instance of the Attribution class.
public Attribution ( ) : Esri.ArcGISRuntime.Layers
Результат Esri.ArcGISRuntime.Layers

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

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

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

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

Identifies the Items dependency property.
public static DependencyProperty ItemsProperty
Результат DependencyProperty

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

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

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

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