TextWrapping Enumeration

Controls the wrapping mode of text.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum TextWrapping

Members

NoWrap0 Text should not wrap.
Wrap1 Text can wrap.
WrapWithOverflow2 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.

See Also