MindFusion.Diagramming for JavaScript Programmer's Guide

TableNode.setCaptionBackBrush Method

See Also
 





Sets an object that specifies how to fill the caption bar.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

function setCaptionBackBrush (value)

 Parameters

value

A Brush object specifying the fill of the caption bar.

 See Also