Paragraph.WrapWords Property

GeonBit.UI

ParagraphWrapWords Property
Get / Set word wrap mode. If true, and text exceeded destination width, the paragraph will wrap words by adding line breaks where needed.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool WrapWords { get; set; }

Property Value

Type: Boolean
See Also