Click or drag to resize

StiTextBoxControlWordWrap Property

Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiBoolConverter))]
public virtual bool WordWrap { get; set; }

Property Value

Type: Boolean
See Also