Search
ShapeNode.flipX Property
See Also
 






Gets or sets a value indicating whether the node's shape is fliped horizontally.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get flipX() {}
set flipX(value) {}

 Property Value

Boolean

true if the shape is flipped horizontally, or false otherwise.

 See Also