Enum
ActiveSectionTypes

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:

cs-api-definition
[Flags]
public enum ActiveSectionTypes

Fields

ColorModesPanel

ColorModesPanel is Active.

Declaration

cs-api-definition
ColorModesPanel = 16

Field Value

ActiveSectionTypes

HuePad

Indicates that the HuePad (HueVerticalSlider) is Active.

Declaration

cs-api-definition
HuePad = 2

Field Value

ActiveSectionTypes

HueSaturationPad

Indicates that the HueSaturationPad is Active.

Declaration

cs-api-definition
HueSaturationPad = 4

Field Value

ActiveSectionTypes

LuminancePad

Indicates that the LuminancePad (LuminanceVerticalSlider) is Active.

Declaration

cs-api-definition
LuminancePad = 8

Field Value

ActiveSectionTypes

SaturationValuePad

Indicates that SaturationValuePad is Active.

Declaration

cs-api-definition
SaturationValuePad = 1

Field Value

ActiveSectionTypes