Search
AeroEffect.innerOutlineColor Property
See Also
 





Gets or sets the color of the inner outline.

Namespace: MindFusion.Diagramming
File: NodeEffects.js

 Syntax

JavaScript  Copy Code

get innerOutlineColor() {}
set innerOutlineColor(value) {}

 Property Value

String

A string specifying the color name or hexadecimal value. The default value is "white".

 See Also