Skip to main content

TextWrapping Enumeration

Controls the wrapping mode of text.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum TextWrapping
View Source

Members

NoWrap0Text should not wrap.
Wrap1Text can wrap.
WrapWithOverflow2Line-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

Reference

Avalonia.Media Namespace