Specifies whether text wraps when it reaches the edge of its container.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| NoWrap | 1 |
No line wrapping is performed.
|
| Wrap | 2 |
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.
|
See Also