LogicalChildren Property
Gets the styled element's logical children.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
protected IAvaloniaList<ILogical> LogicalChildren { get; }
Protected ReadOnly Property LogicalChildren As IAvaloniaList(Of ILogical)
Get
member LogicalChildren : IAvaloniaList<ILogical> with get