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

BrickStyle.StringFormat Property

Gets or sets a BrickStringFormat instance specifying text formatting and layout.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

public virtual BrickStringFormat StringFormat { get; set; }

Property Value

Type Description
BrickStringFormat

A BrickStringFormat specifying text formatting and layout.

See Also