AlwaysCollapsible 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)
- C#
- VB
- F#
public virtual bool AlwaysCollapsible { get; }
Public Overridable ReadOnly Property AlwaysCollapsible As Boolean
Get
abstract AlwaysCollapsible : bool with get
override AlwaysCollapsible : bool with get
Property Value
BooleanSee Also
Reference
TextParagraphProperties Class
Avalonia.Media.TextFormatting Namespace