Specifies the style of the cells' frame lines.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum CellFrameStyle |
Visual Basic Copy Code |
---|
Public Enum CellFrameStyle |
Member name | Description | |
---|---|---|
None |
Table cells have no border. |
|
Simple |
The border of table cells is simple line. |
|
System3D |
The border has 3D look. |
The enumeration values are used when customizing table cells.
WpfDiagram Programmer's Guide | © 2024 MindFusion |