IVisualNode.

Children Property

Summary

Gets the child scene graph nodes.
Namespace
Avalonia.Rendering.SceneGraph
Containing Type
IVisualNode

Syntax

IReadOnlyList<IVisualNode> Children { get; }

Value

Type Description
IReadOnlyList<IVisualNode>