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 GeometryCollection Children { get; set; }
<ContentAttribute>
Public Property Children As GeometryCollection
Get
Set
[<ContentAttribute>]
member Children : GeometryCollection with get, set