VectorLayer.ShapeStrokeStyle Property
In This Article
Gets or sets the settings of the shape outline.
Namespace: DevExpress.UI.Xaml.Map
Assembly: DevExpress.UI.Xaml.Map.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public StrokeStyle ShapeStrokeStyle { get; set; }
#Property Value
Type | Description |
---|---|
Stroke |
A Stroke |
See Also