Class
NeutralPalette

Represents a 'neutral' SyntaxEditorPalette suitable for the high contrast and transparent themes.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class NeutralPalette : SyntaxEditorPalette

Inheritance: objectSyntaxEditorPaletteNeutralPalette

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

NeutralPalette()

Initializes a new instance of the NeutralPalette class.

Declaration

cs-api-definition
public NeutralPalette()

Properties

PaletteName

Gets the palette name.

Declaration

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

Property Value

string

Overrides SyntaxEditorPalette.PaletteName