DiagramLite Programmer's Guide
TableNode.CellTextBrush Property
See Also
 





Gets or sets the text color of the table cells. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Brush CellTextBrush { get; set; }

Visual Basic  Copy Code

Public Property CellTextBrush As Brush

 Property Value

An instance of a System.Windows.Media.Brush-derived class. The default is Brushes.Black.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace