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

The Attribution Control displays Copyright information for Layers that have the ICopyright Interface implemented.
상속: Control
파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet

공개 프로퍼티들

프로퍼티 타입 설명
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