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