Paragraph.BreakWordsIfMust Property

GeonBit.UI

ParagraphBreakWordsIfMust Property
If WrapWords is true and there's a word that's too long (eg longer than max width), will break the word in the middle. If false, word wrap will only break lines in between words (eg spaces) and never break words.

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

Property Value

Type: Boolean
See Also