VectorLayer.ShapeStrokeStyle Property
Gets or sets the settings of the shape outline.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v14.2.dll
Declaration
public StrokeStyle ShapeStrokeStyle { get; set; }
Public Property ShapeStrokeStyle As StrokeStyle
Property Value
| Type | Description |
|---|---|
| StrokeStyle | A StrokeStyle object that stores settings of a shape outline. |
See Also