Skip to main content
A newer version of this page is available. .

MagnifierDialog.ShowDialog() Method

Initializes a new instance of the MagnifierDialog class with the default settings.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public static MagnifierDialogResult ShowDialog()

Returns

Type Description
MagnifierDialogResult

A MagnifierDialogResult object that stores the last remembered Magnifier zoom level and colors selected by a user.

See Also