New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class NeutralPalette : SyntaxEditorPalette

Inheritance: objectSyntaxEditorPaletteNeutralPalette

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

Constructors

Initializes a new instance of the NeutralPalette class.

C#
public NeutralPalette()

Properties

Gets the palette name.

C#
public override string PaletteName { get; }

Overrides: SyntaxEditorPalette.PaletteName