Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / MapTilesLayer Class
Members

In This Topic
    MapTilesLayer Class
    In This Topic
    A IRotatableMapLayer that displays map tiles from a MultiScaleTileSource
    Object Model
    MapTilesLayer ClassMultiScaleTileSource Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <C1TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Panel)>
    <TemplatePartAttribute(Name="Root", Type=System.Windows.Controls.Panel)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class MapTilesLayer 
       Inherits System.Windows.Controls.Control
       Implements IMapLayer, IRotatableMapLayer 
    [C1Control()]
    [C1TemplatePart(Name="Root", Type=System.Windows.Controls.Panel)]
    [TemplatePart(Name="Root", Type=System.Windows.Controls.Panel)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class MapTilesLayer : System.Windows.Controls.Control, IMapLayer, IRotatableMapLayer  
    Remarks
    C1Maps comes with a C1MapTilesLayer layer, so that it's not usually necessary to add a layer of this type.
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Maps.MapTilesLayer

    See Also