Gets or sets the font used when rendering the table's texts.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Font As Font |
A Font instance specifying the font attributes.
See Also