Search
Style.selectedStroke Property
See Also
 





Gets or sets the color used to stroke outlines of selected items.

Namespace: MindFusion.Diagramming
File: Style.js

 Syntax

JavaScript  Copy Code

get selectedStroke() {}
set selectedStroke(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value.

 See Also