Skip to main content
A newer version of this page is available.
All docs
V18.2

VectorLayer.HighlightShapeStrokeStyle Property

Gets or sets the settings of the highlighted shape outline.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v18.2.dll

Declaration

public StrokeStyle HighlightShapeStrokeStyle { get; set; }

Property Value

Type Description
StrokeStyle

A StrokeStyle object that stores settings of a highlighted shape outline.

See Also