Represents map layer with the shapes, vectors or geometries in geographical coordinates.

Namespace:  C1.Silverlight.Maps
Assembly:  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

See Also