[]
An element for C1VectorLayer.
public abstract class VectorItemBase : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IDisposable
| Name | Description |
|---|---|
| VectorItemBase() |
| Name | Description |
|---|---|
| FillProperty | Identifies the Fill dependency property. |
| LodProperty | Identifies the Lod dependency property. |
| StrokeDashArrayProperty | Identifies the StrokeDashArray dependency property. |
| StrokeDashCapProperty | Identifies the StrokeDashCap dependency property. |
| StrokeDashOffsetProperty | Identifies the StrokeDashOffset dependency property. |
| StrokeEndLineCapProperty | Identifies the StrokeEndLineCap dependency property. |
| StrokeLineJoinProperty | Identifies the StrokeLineJoin dependency property. |
| StrokeMiterLimitProperty | Identifies the StrokeMiterLimit dependency property. |
| StrokeProperty | Identifies the Stroke dependency property. |
| StrokeStartLineCapProperty | Identifies the StrokeStartLineCap dependency property. |
| StrokeThicknessProperty | Identifies the StrokeThickness dependency property. |
| Name | Description |
|---|---|
| Bounds | Get the bounds in geographical coordinates. |
| Fill | Gets or sets the fill brush. |
| Lod | Gets or sets the level of details of the element. |
| Stroke | Gets or sets the stroke brush. |
| StrokeDashArray | Gets or sets the stroke dash array. |
| StrokeDashCap | Gets or sets the stroke end line cap. |
| StrokeDashOffset | Gets or sets the stroke dash offset. |
| StrokeEndLineCap | Gets or sets the stroke end line cap. |
| StrokeLineJoin | Gets or sets the stroke line join. |
| StrokeMiterLimit | Gets or sets the stroke miter limit. |
| StrokeStartLineCap | Gets or sets the stroke start line cap. |
| StrokeThickness | Gets or sets the stroke thickness. |
| Name | Description |
|---|---|
| Dispose() | Relesed unmanaged resources. |
| GetBounds(IEnumerable<Point>) | Gets the bounding rectangle. |
| GetScreenBounds() | Gets the element bounds in screen coordinates. |
| InitShape(Shape) | Initializes the internal shape. |