PrintAppearanceObject.DefaultFont Property
Gets the default font of the appearance object.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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