Skip to main content

BrickStyle.DefaultFont Property

Gets the default font for a brick style.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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