dbicCalc Send comments on this topic.
Font Property
See Also 
dbicCalc Assembly > Dbi.WinControl.Calc Namespace > BeforeButtonTextShownEventArgs Class : Font Property

Determines the Font the text will be rednered with

Syntax

Visual Basic (Declaration) 
Public Property Font As Font
C# 
public Font Font {get; set;}

Property Value

Font

Remarks

Assigning a new value to this property will change the Font for the current button.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also