Gets or sets the font of the spinner's text.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Font As Font |
A Font object.
See Also