MagnifierDialogArgs Members
Provides settings that allow you to invoke the MagnifierDialog with specific settings.Constructors
Name | Description |
---|---|
MagnifierDialogArgs() | Initializes a new instance of the MagnifierDialogArgs class with the default settings. |
Properties
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. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also