Children Property
Gets or sets the collection that contains the child geometries.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ContentAttribute]
public DrawingCollection Children { get; set; }
<ContentAttribute>
Public Property Children As DrawingCollection
Get
Set
[<ContentAttribute>]
member Children : DrawingCollection with get, set