| WpfEnvironmentForm Property |
Gets or sets the Windows Forms main window (for example, the XNA game window).
Namespace: DigitalRune.Graphics.InteropAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public static Form Form { get; }
Public Shared ReadOnly Property Form As Form
Get
public:
static property Form^ Form {
Form^ get ();
}
static member Form : Form with get
Property Value
Type:
FormThe Windows Forms main window (for example, the XNA game window).
See Also