Skip to main content

VectorLayer.HighlightShapeStrokeStyle Property

Gets or sets the settings of the highlighted shape outline.

Namespace: DevExpress.Xpf.Map

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

Declaration

public StrokeStyle HighlightShapeStrokeStyle { get; set; }
Public Property HighlightShapeStrokeStyle As StrokeStyle

Property Value

Type Description
StrokeStyle

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

See Also