Class
SyntaxPalettes

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.

Declaration

cs-api-definition
public const string DarkPaletteName = "Dark"

Field Value

string

LightPaletteName

The name of the Light palette.

Declaration

cs-api-definition
public const string LightPaletteName = "Light"

Field Value

string

NeutralDarkPaletteName

The name of the NeutralDark palette.

Declaration

cs-api-definition
public const string NeutralDarkPaletteName = "NeutralDark"

Field Value

string

NeutralPaletteName

The name of the Neutral palette.

Declaration

cs-api-definition
public const string NeutralPaletteName = "Neutral"

Field Value

string

Properties

Dark

Represents a 'dark' SyntaxEditorPalette instance.

Declaration

cs-api-definition
public static SyntaxEditorPalette Dark { get; }

Property Value

SyntaxEditorPalette

Light

Represents a 'light' SyntaxEditorPalette instance.

Declaration

cs-api-definition
public static SyntaxEditorPalette Light { get; }

Property Value

SyntaxEditorPalette

Neutral

Represents a 'neutral' SyntaxEditorPalette instance.

Declaration

cs-api-definition
public static SyntaxEditorPalette Neutral { get; }

Property Value

SyntaxEditorPalette

NeutralDark

Represents a 'neutral dark' SyntaxEditorPalette instance.

Declaration

cs-api-definition
public static SyntaxEditorPalette NeutralDark { get; }

Property Value

SyntaxEditorPalette