Specifies the style of the cells' frame lines.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum CellFrameStyle |
Visual Basic
Copy Code
|
|---|
Public 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. |
RemarksThe enumeration values are used when customizing table cells.
See Also