Gets or sets the style of the table cells.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public CellFrameStyle CellFrameStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CellFrameStyle As CellFrameStyle |
A member of the CellFrameStyle enumeration. Initialized with the value of CellFrameStyle.
RemarksThis property specifies whether there are borders drawn around table cells, and if yes, their appearance.
See Also