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

In This Topic
    VectorLayer Class
    In This Topic
    Represents map layer with the shapes, vectors or geometries in geographical coordinates.
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Children")>
    <StyleTypedPropertyAttribute(Property="ItemStyle", StyleTargetType=C1.WPF.Maps.VectorItemBase)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class VectorLayer 
       Inherits System.Windows.Controls.Control
       Implements IMapLayer 
    [ContentProperty("Children")]
    [StyleTypedProperty(Property="ItemStyle", StyleTargetType=C1.WPF.Maps.VectorItemBase)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class VectorLayer : System.Windows.Controls.Control, IMapLayer  
    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.VectorLayer

    See Also