Back to Devexpress

MagnifierDialogArgs Members

windowsforms-devexpress-dot-utils-dot-magnifierdialogargs-dot-underscore-members.md

latest4.0 KB
Original Source

MagnifierDialogArgs Members

Provides settings that allow you to invoke the MagnifierDialog with specific settings.

Constructors

NameDescription
MagnifierDialogArgs()Initializes a new instance of the MagnifierDialogArgs class with the default settings.

Properties

NameDescription
CloseOnMouseClickSpecifies whether a Magnifier should automatically close immediately after a user clicks the left mouse button to select a color.
ColorFormatGets or sets whether the Magnifier displays hovered and remembered colors in RGB or HEX format.
InitialZoomFactorGets or sets the Magnifier start-up zoom level. End-users can scroll in and out by using a mouse scroll wheel.
PickColorToClipboardGets or sets whether or not a color chosen by a user should be automatically copied to the clipboard.
ShowColorsGets 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.
ShowPixelGridGets or sets whether the MagnifierDialog should display a pixel grid inside its client area.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

MagnifierDialogArgs Class

DevExpress.Utils Namespace