Table of Contents

Interface IContent

Namespace
Myra.Graphics2D
Assembly
Myra.dll

Represents a container that can hold a single content widget.

public interface IContent

Properties

Content

Gets or sets the content widget.

Widget Content { get; set; }

Property Value

Widget