Search
ButtonBase.Font Property
See Also
 





Gets or sets the font of the text displayed by the button.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public override Font Font { get; set; }

Visual Basic  Copy Code

Public Overrides Property Font As Font

 Property Value

 See Also