Search
Ruler.projectRotatedBounds Property
See Also
 





Gets or sets whether projections of nodes on ruler's scales reflect their rotated boundaries.

Namespace: MindFusion.Diagramming
File: Ruler.js

 Syntax

JavaScript  Copy Code

get projectRotatedBounds() {}
set projectRotatedBounds(value) {}

 Property Value

Boolean

true if node's projection should match the boundaries of rotated node shape, or false to ignore rotation and project only the coordinates of node's Bounds. The default value is true.

 See Also