Search
Header.rotateTitle Property
See Also
 






Gets or sets a value indicating whether to rotate the header caption at 90 degrees.

Namespace: MindFusion.Diagramming.Lanes
File: Header.js

 Syntax

JavaScript  Copy Code

get rotateTitle() {}
set rotateTitle(value) {}

 Property Value

Boolean

true if the title should be rotated, or false otherwise.

 See Also