IWindow Interface |
Namespace: Demo3D.Gui
public interface IWindow
The IWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| Content |
The content to display in the window.
| |
| Height |
The height of the window.
| |
| Owner |
The ownder of the window.
| |
| ResizeMode |
Whether the window can be resized.
| |
| SizeToContent |
Size the window to it's content
| |
| Title |
The title of the window.
| |
| Width |
The width of the window.
| |
| WindowStartupLocation |
The starting location of the window.
| |
| WindowState |
The current state of the window.
|