TextParagraphPropertiesAlwaysCollapsible Property

If true, the formatted line may always be collapsed. If false (the default), only lines that overflow the paragraph width are collapsed.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual bool AlwaysCollapsible { get; }

Property Value

Boolean

See Also