Skip to main content

PrintAppearanceObject.DefaultFont Property

Gets the default font of the appearance object.

Namespace: DevExpress.PivotGrid.Printing

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public static DXFont DefaultFont { get; set; }

Property Value

Type Description
DXFont

The default font of the appearance object.

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