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; }
Represents a container that can hold a single content widget.
public interface IContent
Gets or sets the content widget.
Widget Content { get; set; }