[]
A IRotatableMapLayer that displays map tiles from a MultiScaleTileSource
[TemplatePart(Name = "Root", Type = typeof(Panel))]
public class MapTilesLayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IRotatableMapLayer, IMapLayer, IDisposable
C1Maps comes with a C1MapTilesLayer layer, so that it's not usually necessary to add a layer of this type.
| Name | Description |
|---|---|
| MapTilesLayer() | Initializes a new instance of the MapTilesLayer class. |
| Name | Description |
|---|---|
| SourceProperty | Identifies the Source dependency property. |
| 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. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| GetRotatableElements() | Get the list of rotatable elements. |
| OnApplyTemplate() |
| Name | Description |
|---|---|
| TilesLoadProgress | Fires when the number of tiles that need to be loaded changes. Only fires when using native tiles mode. |