dbicLabel Send comments on this topic.
WordWrap Property
See Also 
dbicLabel Assembly > Dbi.WinControl.Label Namespace > dbiLabel Class : WordWrap Property

Determines if the text in the control will display over multiple lines if there is available space.

Syntax

Visual Basic (Declaration) 
Public Overridable Property WordWrap As Boolean
C# 
public virtual bool WordWrap {get; set;}

Property Value

Boolean

Remarks

This property is ignored if the TextAngle property is greater than 0.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also