[]
The base class for vector layers.
public abstract class VectorLayerBase : MapLayer
| Name | Description |
|---|---|
| VectorLayerBase() | Initializes a new instance of VectorLayerBase object. |
| Name | Description |
|---|---|
| LabelStyle | Gets the default style for labels in this vector layer items. |
| LabelVisibility | Gets or sets the visibility of the placemark labels. |
| Opacity | Gets or sets the opacity of the layer, from 1 (opaque; default) to 0 (transparent). |
| Style | Gets the default style for this vector layer items. |
| Track | Gets or sets a value indicates whether should be used to auto center and zoom. |
| Name | Description |
|---|---|
| BeginUpdate() | Starts batch update. |
| EndUpdate() | Finishes batch update. |
| NotifyChanges() | Called when changes need be notified. |