MagnifierDialog.ShowDialog(IWin32Window, Single, Boolean, Boolean) Method
In This Article
Displays the MagnifierDialog with specific parameters.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public static MagnifierDialogResult ShowDialog(
IWin32Window owner,
float initialZoomFactor,
bool closeOnMouseClick,
bool pickColorToClipboard
)
#Parameters
Name | Type | Description |
---|---|---|
owner | IWin32Window | An Magnifier |
initial |
Single | An Int32 value that specifies the Magnifier |
close |
Boolean | true if the Magnifier |
pick |
Boolean | true to copy a clicked color to the clipboard; otherwise, false. |
#Returns
Type | Description |
---|---|
Magnifier |
A Magnifier |
See Also