Search
TableNode.CellFrameStyle Property
See Also
 





Gets or sets the style of the table cells.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CellFrameStyle CellFrameStyle { get; set; }

Visual Basic  Copy Code

Public Property CellFrameStyle As CellFrameStyle

 Property Value

A member of the CellFrameStyle enumeration. Initialized with the value of CellFrameStyle.

 Remarks

This property specifies whether there are borders drawn around table cells, and if yes, their appearance.

 See Also