Search
TabbedDiagramView.setTheme Method
See Also
 





Sets the current theme of the control and its pages.

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

 Syntax

JavaScript  Copy Code

function setTheme (theme, [setToPages])

 Parameters

theme

Theme. The theme.

setToPages
Optional.

Boolean. true to set pages' themes, otherwise false.

 See Also