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 override bool AlwaysCollapsible { get; }
Public Overrides ReadOnly Property AlwaysCollapsible As Boolean
Get
abstract AlwaysCollapsible : bool with get
override AlwaysCollapsible : bool with get
Property Value
BooleanSee Also
Reference
GenericTextParagraphProperties Class
Avalonia.Media.TextFormatting Namespace