Gets or sets the font of the text displayed by the button.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public override Font Font { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overrides Property Font As Font |
See Also