[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.SystemFontCollection.DefaultFont

DefaultFont Property

DefaultFont

Gets or sets the default system font.

If no system fonts were found, this value will be null. You can test for this condition at program startup, and assign a font to it if it is null.

Declaration
public Font DefaultFont { get; set; }
Public Property DefaultFont As Font
Implements