Gets or sets the font used to draw text inside this cell.
Namespace: MindFusion.DiagrammingAssembly: MindFusion.Diagramming
public Nullable<Font> Font { get; set; }
Public Property Font As Nullable(Of Font)
A Font used to render the cell's Text, or null if the text should be rendered using the table's Font.
TableNode.Cell MembersTableNode.Cell ClassMindFusion.Diagramming Namespace