NonVirtualizingLayoutContext.

Children Property

Summary

Gets the collection of child controls from the container that provides the context.
Namespace
Avalonia.Layout
Containing Type
NonVirtualizingLayoutContext

Syntax

public IReadOnlyList<ILayoutable> Children { get; }

Value

Type Description
IReadOnlyList<ILayoutable>