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

Determines the Font used to render the text in the display area.

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 used in the Display Area.

Requirements

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

See Also