Click or drag to resize
EntityChildren Property
Get / set children list.

Namespace:  GeonBit.UI.Entities
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IReadOnlyList<Entity> Children { get; }

Property Value

Type: IReadOnlyListEntity
See Also