Class ColorSelectionMode
Specifies the color selection mode of the
Inheritance
System.Object
ColorSelectionMode
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public sealed class ColorSelectionMode : Enum
Fields
ClassicHSV
Indicates HSV Selection mode in ClassicUI.
Declaration
public const ColorSelectionMode ClassicHSV
Field Value
Type |
---|
ColorSelectionMode |
ClassicRGB
Indicates RGB Selection mode in ClassicUI.
Declaration
public const ColorSelectionMode ClassicRGB
Field Value
Type |
---|
ColorSelectionMode |
HSV
Indicates HSV Selection mode.
Declaration
public const ColorSelectionMode HSV
Field Value
Type |
---|
ColorSelectionMode |
RGB
Indicates RGB Selection mode.
Declaration
public const ColorSelectionMode RGB
Field Value
Type |
---|
ColorSelectionMode |