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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Nullable<Color> | A nullable Color value that is the last color picked by a user. |
See Also