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