Skip to main content

BrickStyle.StringFormat Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v25.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual BrickStringFormat StringFormat { get; set; }

Property Value

Type Description
BrickStringFormat

A BrickStringFormat specifying text formatting and layout.

See Also