Click or drag to resize

PaletteMode Enumeration

Specifies the palette applied when drawing.

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 PaletteMode
Members
  Member nameValueDescription
Global0 Specifies the renderer defined by the KryptonManager be used.
ProfessionalSystem1 Specifies a professional appearance based on system settings.
ProfessionalOffice20032 Specifies a professional appearance with a preference to use theme colors.
Office2007Blue3 Specifies the Blue color variant of the Office 2007 appearance.
Office2007Silver4 Specifies the Silver color variant of the Office 2007 appearance.
Office2007Black5 Specifies the Black color variant of the Office 2007 appearance.
Office2010Blue6 Specifies the Blue color variant of the Office 2010 appearance.
Office2010Silver7 Specifies the Silver color variant of the Office 2010 appearance.
Office2010Black8 Specifies the Black color variant of the Office 2010 appearance.
NeoAxisBlue9 Specifies the NeoAxis Blue palette theme.
NeoAxisBlack10 Specifies the NeoAxis Black palette theme.
SparkleBlue11 Specifies the Blue color variant on the Sparkle palette theme.
SparkleOrange12 Specifies the Orange color variant on the Sparkle palette theme.
SparklePurple13 Specifies the Purple color variant on the Sparkle palette theme.
Custom14 Specifies a custom palette be used.
See Also