TextWrapping Enumeration
.NET Framework (current version)
Specifies whether text wraps when it reaches the edge of the containing box
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | 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, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed. | |
| WrapWithOverflow | Line-breaking occurs if the line overflows beyond the available block width. However, a line may overflow beyond the block width if the line breaking algorithm cannot determine a line break opportunity, as in the case of a very long word constrained in a fixed-width container with no scrolling allowed. |
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: