MagnifierDialog.ShowDialog(IWin32Window) Method
Initializes a new instance of the MagnifierDialog class with the specified settings.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| owner | IWin32Window | An IWin32Window object that owns this Magnifier. |
Returns
| Type | Description |
|---|---|
| MagnifierDialogResult | A MagnifierDialogResult object that stores the last remembered Magnifier zoom level and colors selected by a user. |
See Also