Class
DarkPalette

Represents a 'dark' SyntaxEditorPalette suitable for dark themes.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class DarkPalette : SyntaxEditorPalette

Inheritance: objectSyntaxEditorPaletteDarkPalette

Inherited Members SyntaxEditorPalette.KeywordColorPropertySyntaxEditorPalette.PreprocessorKeywordColorPropertySyntaxEditorPalette.CommentColorPropertySyntaxEditorPalette.StringColorPropertySyntaxEditorPalette.IdentifierColorPropertySyntaxEditorPalette.OperatorColorPropertySyntaxEditorPalette.XmlAttributeColorPropertySyntaxEditorPalette.XmlElementColorPropertySyntaxEditorPalette.XmlCommentColorPropertySyntaxEditorPalette.XmlContentColorPropertySyntaxEditorPalette.XmlStringColorPropertySyntaxEditorPalette.XmlTagColorPropertySyntaxEditorPalette.XmlCharacterDataColorPropertySyntaxEditorPalette.CreateInstanceCore()SyntaxEditorPalette.KeywordColorSyntaxEditorPalette.PreprocessorKeywordColorSyntaxEditorPalette.CommentColorSyntaxEditorPalette.IdentifierColorSyntaxEditorPalette.OperatorColorSyntaxEditorPalette.StringColorSyntaxEditorPalette.XmlAttributeColorSyntaxEditorPalette.XmlElementColorSyntaxEditorPalette.XmlCommentColorSyntaxEditorPalette.XmlContentColorSyntaxEditorPalette.XmlStringColorSyntaxEditorPalette.XmlTagColorSyntaxEditorPalette.XmlCharacterDataColor

Constructors

DarkPalette()

Initializes a new instance of the DarkPalette class.

Declaration

cs-api-definition
public DarkPalette()

Properties

PaletteName

Gets the palette name.

Declaration

cs-api-definition
public override string PaletteName { get; }

Property Value

string

Overrides SyntaxEditorPalette.PaletteName