TextParagraphPropertiesTextDecorations Property

If not null, text decorations to apply to all runs in the line. This is in addition to any text decorations specified by the TextRunProperties for individual text runs.

Definition

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

Property Value

TextDecorationCollection

See Also