TextWrapping Property
This property controls whether or not text wraps when it reaches the flow edge of its containing block box
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override TextWrapping TextWrapping { get; }
Public Overrides ReadOnly Property TextWrapping As TextWrapping
Get
abstract TextWrapping : TextWrapping with get
override TextWrapping : TextWrapping with get
Property Value
TextWrappingSee Also
Reference
GenericTextParagraphProperties Class
Avalonia.Media.TextFormatting Namespace