Search
Cell.style Property
See Also
 






Gets or sets the style of the cell.

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

 Syntax

JavaScript  Copy Code

get style() {}
set style(value) {}

 Property Value

Lanes.Style

A Style object that specifies the style of this cell.

 See Also