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





Gets or sets the default cell border style of new tables.

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. The default is CellFrameStyle.System3D.

 Remarks

Use this property to specify the default border style of cells in new tables. See CellFrameStyle enumeration for more details.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace