MindFusion.Wpf Pack Programmer's Guide
TableNode.CellFrameStyle Property
See Also
 





Gets or sets the style of the table cells.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace
CellFrameStyle Enumeration
Diagram.CellFrameStyle Property