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.Data.v18.2.dll

Declaration

public static Font DefaultFont { get; }

Property Value

Type Description
Font

The default font for 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