DashboardPrintPreviewOptions.FontInfo Property
Provides access to the font settings of the printed document.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
| Type | Description |
|---|---|
| ExportFontInfo | A ExportFontInfo object containing the font settings of the printed document. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to FontInfo |
|---|---|
| BeforeExportDocumentEventArgs |
|
| CustomExportBaseEventArgs |
|
| DashboardDesigner |
|
| DashboardViewer |
|
| IDashboardControl |
|
| DashboardControl |
|
See Also