DrawingGroup.

Children Property

Namespace
Avalonia.Media
Containing Type
DrawingGroup

Syntax

[Content]
public AvaloniaList<Drawing> Children { get; }

Attributes

Type Description
ContentAttribute Defines the property that contains the object's content in markup.

Value

Type Description
AvaloniaList<Drawing>