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

BrickStyle.DefaultFont Property

Gets the default font for a brick style.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public static DXFont DefaultFont { get; }

Property Value

Type Description
DXFont

The default font of a brick style.

Remarks

This property specifies the default font used with a brick style. If a BrickStyle is assigned to a specific brick, then style settings are used for brick drawing. In this instance, the text displayed within the brick uses the font specified by the BrickStyle.Font property value. If this property value is not assigned, the font of the brick text is specified by the DefaultStyle property value.

See Also