SyntaxPalettes
Class
Class for providing instances of the built-in SyntaxEditorPalettes.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public static class SyntaxPalettes
Inheritance: objectSyntaxPalettes
Fields
The name of the Dark palette.
C#
public const string DarkPaletteName = "Dark"
The name of the Light palette.
C#
public const string LightPaletteName = "Light"
The name of the NeutralDark palette.
C#
public const string NeutralDarkPaletteName = "NeutralDark"
The name of the Neutral palette.
C#
public const string NeutralPaletteName = "Neutral"
Properties
Represents a 'dark' SyntaxEditorPalette instance.
C#
public static SyntaxEditorPalette Dark { get; }
Represents a 'light' SyntaxEditorPalette instance.
C#
public static SyntaxEditorPalette Light { get; }
Represents a 'neutral' SyntaxEditorPalette instance.
C#
public static SyntaxEditorPalette Neutral { get; }
Represents a 'neutral dark' SyntaxEditorPalette instance.
C#
public static SyntaxEditorPalette NeutralDark { get; }