Skip to main content
A newer version of this page is available. .

VectorLayer Class

The base class for layers that contain various vector elements (e.g., lines, circles, polygons, or elements loaded from shape data files).

Namespace: DevExpress.UI.Xaml.Map

Assembly: DevExpress.UI.Xaml.Map.v18.2.dll

Declaration

[ContentProperty(Name = "Items")]
public abstract class VectorLayer :
    MapItemsLayerBase

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also