Search
CellFrameStyle Enumeration
See Also
 





Specifies the style of the cells' frame lines.

Namespace: MindFusion.Diagramming
Package: Enum.js

 Syntax

JavaScript  Copy Code

// enum
CellFrameStyle = {}

 Members

  Member name Description

None

Table cells have no border.

Simple

The border of table cells is simple line.

System3D

The border has 3D look.

 Remarks

Members of this enumeration can be assigned to cellFrameStyle property of TableNode.

 See Also