Skip to main content
A newer version of this page is available. .

PrintAppearanceObject.DefaultFont Property

Gets the default font of the appearance object.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public static Font DefaultFont { get; set; }

Property Value

Type Description
Font

A Font object, specifying the default font.

Remarks

If the Tahoma font is not installed on the user’s computer, the DEFAULT_GUI_FONT is used.

The DEFAULT_GUI_FONT is the default font used by user interface objects such as menus and dialog boxes.

See Also