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