TextBlockInlines Property

Gets or sets the inlines.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ContentAttribute]
public InlineCollection? Inlines { get; set; }

Property Value

InlineCollection

See Also