C# Class Esri.ArcGISRuntime.Toolkit.Controls.Attribution

The Attribution Control displays Copyright information for Layers that have the ICopyright Interface implemented.
Inheritance: Control
ファイルを表示 Open project: Esri/arcgis-toolkit-dotnet

Public Properties

Property Type Description
ExtentProperty DependencyProperty
ItemsProperty DependencyProperty
LayersProperty DependencyProperty
ScaleProperty DependencyProperty

Public Methods

Method Description
Attribution ( ) : Esri.ArcGISRuntime.Layers

Initializes a new instance of the Attribution class.

Private Methods

Method Description
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

Method Details

Attribution() public method

Initializes a new instance of the Attribution class.
public Attribution ( ) : Esri.ArcGISRuntime.Layers
return Esri.ArcGISRuntime.Layers

Property Details

ExtentProperty public_oe static_oe property

Identifies the Extent Dependency property.
public static DependencyProperty ExtentProperty
return DependencyProperty

ItemsProperty public_oe static_oe property

Identifies the Items dependency property.
public static DependencyProperty ItemsProperty
return DependencyProperty

LayersProperty public_oe static_oe property

Identifies the Layers Dependency Property.
public static DependencyProperty LayersProperty
return DependencyProperty

ScaleProperty public_oe static_oe property

Identifies the Scale Dependency property.
public static DependencyProperty ScaleProperty
return DependencyProperty