Represents map layer with the shapes, vectors or geometries in geographical coordinates.
Namespace:
C1.Silverlight.MapsAssembly: C1.Silverlight.Maps (in C1.Silverlight.Maps.dll)
Syntax
| C# |
|---|
[StyleTypedPropertyAttribute(Property = "ItemStyle", StyleTargetType = typeof(C1VectorItemBase))] [ContentPropertyAttribute("Children")] public class C1VectorLayer : Control, IMapLayer |
| Visual Basic |
|---|
<StyleTypedPropertyAttribute(Property := "ItemStyle", StyleTargetType := GetType(C1VectorItemBase))> _ <ContentPropertyAttribute("Children")> _ Public Class C1VectorLayer _ Inherits Control _ Implements IMapLayer |
Inheritance Hierarchy
System..::..Object
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Maps..::..C1VectorLayer
System.Windows..::..DependencyObject
System.Windows..::..UIElement
System.Windows..::..FrameworkElement
System.Windows.Controls..::..Control
C1.Silverlight.Maps..::..C1VectorLayer