Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This enumeration specifies whether text wraps when it reaches the edge of its container.
Syntax
enum XRTextWrapping{
XRTextWrapping_NoWrap = 1,
XRTextWrapping_Wrap = 2
};
Members
- XRTextWrapping_NoWrap
Indicates that no line wrapping is performed.
XRTextWrapping_Wrap
Indicates that line breaking occurs if a line of text overflows beyond the available width of its container.Line breaking occurs even if the standard line-breaking algorithm cannot determine any line-break opportunity, such as when a line of text includes a long word that is constrained by a fixed-width container without scrolling.
.NET Framework Equivalent
System.Windows.TextWrapping
Requirements
| Header | XamlRuntime.h |
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |