MindFusion.Wpf Pack Programmer's Guide
CellFrameStyle Enumeration
See Also
 





Specifies the style of the cells' frame lines.

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

 Syntax

C#  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.

 Remarks

The enumeration values are used when customizing table cells.

 See Also

MindFusion.Diagramming.Wpf Namespace