[]
        
(Showing Draft Content)

C1.WPF.Maps.MapToolsLayer

MapToolsLayer Class

A IMapLayer that displays tools for panning and zooming the map, and a scale.

Inheritance
MapToolsLayer
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
[TemplatePart(Name = "Pan", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "Zoom", Type = typeof(RangeBase))]
[TemplatePart(Name = "MetersScale", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "MetersLabel", Type = typeof(TextBlock))]
[TemplatePart(Name = "MilesScale", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "MilesLabel", Type = typeof(TextBlock))]
[TemplatePart(Name = "PanMarker", Type = typeof(FrameworkElement))]
public class MapToolsLayer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IMapLayer, IDisposable

Constructors

Name Description
MapToolsLayer()

Initializes a new instance of the MapToolsLayer class.

Properties

Name Description
IsDisposed

Gets whether this instance is disposed.

Methods

Name Description
Dispose()
Dispose(bool)
OnApplyTemplate()