Search
ShapeDesigner.showShapeProperties Property
See Also
 





Gets or sets a value indicating whether to display the property panel.

Namespace: MindFusion.Diagramming.Controls
File: ShapeDesigner.js

 Syntax

JavaScript  Copy Code

get showShapeProperties() {}
set showShapeProperties(value) {}

 Property Value

Boolean

true to display the property panel, or false otherwise. The default value is true.

 See Also