Share via


TextFlow Enum

Definition

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.

Applies to