Class WPFWindowWrapper
Handle wrapper to show WinForms dialog in WPF app.
Implements
Inherited Members
Namespace: VisioForge.Core.UI.WPF
Assembly: VisioForge.Core.dll
Syntax
public class WPFWindowWrapper : IWin32Window
Constructors
WPFWindowWrapper(Window)
Initializes a new instance of the WPFWindowWrapper class.
Declaration
public WPFWindowWrapper(Window wpfWindow)
Parameters
| Type | Name | Description |
|---|---|---|
| Window | wpfWindow | WPF window. |
Properties
Handle
Gets handle.
Declaration
public nint Handle { get; }
Property Value
| Type | Description |
|---|---|
| nint |