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

BrickStringFormat.WordWrap Property

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also