[]
        
(Showing Draft Content)

C1.WPF.Maps.MapTilesLayer

MapTilesLayer Class

A IRotatableMapLayer that displays map tiles from a MultiScaleTileSource

Inheritance
MapTilesLayer
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
[TemplatePart(Name = "Root", Type = typeof(Panel))]
public class MapTilesLayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IRotatableMapLayer, IMapLayer, IDisposable
Remarks

C1Maps comes with a C1MapTilesLayer layer, so that it's not usually necessary to add a layer of this type.

Constructors

Name Description
MapTilesLayer()

Initializes a new instance of the MapTilesLayer class.

Fields

Name Description
SourceProperty

Identifies the Source dependency property.

Properties

Name Description
FadeInTiles

Gets or sets whether tiles fade in on load. This property can only be used with the native tiles mode.

IsDisposed

Gets whether this instance is disposed.

Source

Gets or sets the MultiScaleTileSource used as source for this map tiles.

Methods

Name Description
Dispose()
Dispose(bool)
GetRotatableElements()

Get the list of rotatable elements.

OnApplyTemplate()

Events

Name Description
TilesLoadProgress

Fires when the number of tiles that need to be loaded changes. Only fires when using native tiles mode.