Click or drag to resize
DigitalRuneWpfEnvironmentForm Property
Gets or sets the Windows Forms main window (for example, the XNA game window).

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static Form Form { get; }

Property Value

Type: Form
The Windows Forms main window (for example, the XNA game window).
See Also