New to Telerik UI for WPFStart a free 30-day trial

ActiveSectionTypes is Flags enum indicating the Visibility of HsvPalette, HlsPalette and ColorModesPanel.

Definition

Namespace:Telerik.Windows.Controls.ColorEditor

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
[Flags]
public enum ActiveSectionTypes

Fields

ColorModesPanel is Active.

C#
ColorModesPanel = 16

Indicates that the HuePad (HueVerticalSlider) is Active.

C#
HuePad = 2

Indicates that the HueSaturationPad is Active.

C#
HueSaturationPad = 4

Indicates that the LuminancePad (LuminanceVerticalSlider) is Active.

C#
LuminancePad = 8

Indicates that SaturationValuePad is Active.

C#
SaturationValuePad = 1