Skip to main content

MagnifierDialogResult.SelectedColor Property

Retrieves the last color picked by a user. A user must click the left mouse button to select a color.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public Color? SelectedColor { get; }

Property Value

Type Description
Nullable<Color>

A nullable Color value that is the last color picked by a user.

See Also