Back to Devexpress

PrintAppearanceObject.DefaultFont Property

corelibraries-devexpress-dot-pivotgrid-dot-printing-dot-printappearanceobject.md

latest1.5 KB
Original Source

PrintAppearanceObject.DefaultFont Property

Gets the default font of the appearance object.

Namespace : DevExpress.PivotGrid.Printing

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

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

Declaration

csharp
public static DXFont DefaultFont { get; set; }
vb
Public Shared Property DefaultFont As DXFont

Property Value

TypeDescription
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

PrintAppearanceObject Class

PrintAppearanceObject Members

DevExpress.PivotGrid.Printing Namespace