Skip to main content

BrickStringFormat.WordWrap Property

Gets a value, specifying whether or not word-wrapping is available for the brick’s text.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
public bool WordWrap { get; }

Property Value

Type Description
Boolean

true if the word-wrapping is enabled; otherwise false.

See Also