dbicDayView Send comments on this topic.
Font Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : Font Property

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

Syntax

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

Property Value

The System.Drawing.Font to apply to the text displayed by the control. The default is the value of the System.Windows.Forms.Control.DefaultFont property.

Requirements

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

See Also