Skip to main content

MagnifierDialogResult.HoverColor Property

Retrieves the last color under the Magnifier crosshair.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public Color HoverColor { get; }

Property Value

Type Description
Color

A Color that was the last color under the Magnifier crosshair before the Magnifier closed.

See Also