TextWrapping Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Specifies whether text wraps when it reaches the edge of the containing box.
<object property="EnumerationValue" .../>
value = "EnumerationValue"
Enumeration Values
Value |
Description |
---|---|
NoWrap |
No line wrapping is performed. |
Wrap |
Line breaking occurs if the line overflows beyond the available block width, even if the standard line-breaking algorithm cannot determine any line break opportunity. (For example, this might be the case for a very long word that is constrained in a fixed-width container with no scrolling allowed.) |