Click or drag to resize

ColorScheme Enumeration

Specifies a color scheme.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ColorScheme
Members
  Member nameValueDescription
None0 Specifies no predefined colors.
Mono21 Specifies just white and black.
Mono82 Specifies 8 colors ranging from white to black.
Basic163 Specifies the basic set of 16 colors.
OfficeStandard4 Specifies the Office set of standard 10 colors.
OfficeThemes5 Specifies the Office set of 10 color themes.
See Also