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





Gets an object that defines the default text formatting of table cells.

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

 Syntax

C#  Copy Code

public ITextAttributes CellTextStyle { get; }

Visual Basic  Copy Code

Public ReadOnly Property CellTextStyle As ITextAttributes

 Property Value

An object that implements the ITextAttributes interface.

 Remarks

The cells of this table derive their text-related property values from CellTextStyle when there are no local values assigned to them.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace