Gets or sets the font used to draw text inside this cell.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Nullable<Font> Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Nullable(Of Font) |
See Also