TextFlow Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how text should flow when it exceeds the bounds of its container.
public enum class TextFlow
public enum TextFlow
type TextFlow =
Public Enum TextFlow
- Inheritance
-
TextFlow
Fields
| Name | Value | Description |
|---|---|---|
| ClipBounds | 0 | Text that exceeds the bounds will be clipped (not visible). |
| OverflowBounds | 1 | Text that exceeds the bounds will still be rendered, potentially overlapping with other elements. |