This documentation is archived and is not being maintained.
TextWrapping Enumeration
Visual Studio 2010
Specifies whether text wraps when it reaches the edge of the containing box
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| 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. | |
| 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. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: