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; }
<TypeConverterAttribute(GetType(StiBoolConverter))>
Public Overridable Property WordWrap As Boolean
Get
Set
Property Value
Type:
BooleanSee Also