Table of Contents

Enum TextWrapping

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Controls the wrapping mode of text.

public enum TextWrapping

Fields

NoWrap = 0

Text should not wrap.

Wrap = 1

Text can wrap.

WrapWithOverflow = 2

Line-breaking occurs if the line overflows the available block width. However, a line may overflow the block width if the line breaking algorithm cannot determine a break opportunity, as in the case of a very long word.