MagnifierDialogArgs Properties
Provides settings that allow you to invoke the MagnifierDialog with specific settings.Name | Description |
---|---|
CloseOnMouseClick | Specifies whether a Magnifier should automatically close immediately after a user clicks the left mouse button to select a color. |
ColorFormat | Gets or sets whether the Magnifier displays hovered and remembered colors in RGB or HEX format. |
InitialZoomFactor | Gets or sets the Magnifier start-up zoom level. End-users can scroll in and out by using a mouse scroll wheel. |
PickColorToClipboard | Gets or sets whether or not a color chosen by a user should be automatically copied to the clipboard. |
ShowColors | Gets or sets whether the magnifier should display the currenly hovered and last clicked colors in its upper right corner. Colors are displayed as RGB or Hex values depending on the ColorFormat property value. |
ShowPixelGrid | Gets or sets whether the MagnifierDialog should display a pixel grid inside its client area. |
See Also