This documentation is archived and is not being maintained.
TextWrapping Enumeration
Visual Studio 2008
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: