Inlines Property
Gets or sets the inlines.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[ContentAttribute]
public InlineCollection? Inlines { get; set; }
<ContentAttribute>
Public Property Inlines As InlineCollection
Get
Set
[<ContentAttribute>]
member Inlines : InlineCollection with get, set