Table of Contents

Interface IContainer

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

An interface for widgets that contain a collection of child widgets.

public interface IContainer

Properties

Widgets

Gets the collection of child widgets in the container.

IList<Widget> Widgets { get; }

Property Value

IList<Widget>