Search
TableNode.Cell.Font Property
See Also
 





Gets or sets the font used to draw text inside this cell.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font Font { get; set; }

Visual Basic  Copy Code

Public Property Font As Font

 Property Value

A .NET Font used to render the cell's Text, or null (Nothing in Visual Basic) if the text should be rendered using the table's Font.

 See Also