Click or drag to resize

RendererMode Enumeration

Specifies the renderer to use when painting.

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 RendererMode
Members
  Member nameValueDescription
Inherit0 Specifies the renderer be inherited from the base palette.
Sparkle1 Specifies the RenderSparkle be used.
Office20072 Specifies the RenderOffice2007 be used.
Professional3 Specifies the RenderProfessional be used.
Standard4 Specifies the RenderStandard be used.
Custom5 Specifies a custom renderer be used.
See Also