Click or drag to resize

IWindow Interface

The interface for a UI Window.

Namespace:  Demo3D.Gui
Assembly:  WpfControls (in WpfControls.dll) Version: 15.0.2.11458
Syntax
C#
public interface IWindow

The IWindow type exposes the following members.

Properties
  NameDescription
Public propertyContent
The content to display in the window.
Public propertyHeight
The height of the window.
Public propertyOwner
The ownder of the window.
Public propertyResizeMode
Whether the window can be resized.
Public propertySizeToContent
Size the window to it's content
Public propertyTitle
The title of the window.
Public propertyWidth
The width of the window.
Public propertyWindowStartupLocation
The starting location of the window.
Public propertyWindowState
The current state of the window.
Top
Methods
  NameDescription
Public methodActivate
Activates the window.
Public methodClose
Close the window.
Public methodShow
Show the window.
Top
Events
  NameDescription
Public eventClosed
Executed when the window is closed
Top
See Also