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

Represents palette of colors for coloring the SyntaxEditor syntax-related words.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
[TypeConverter(typeof(SyntaxEditorPaletteConverter))]
public class SyntaxEditorPalette : Freezable

Inheritance: objectSyntaxEditorPalette

Derived Classes: DarkPaletteLightPaletteNeutralDarkPaletteNeutralPalette

Constructors

C#
public SyntaxEditorPalette()

Fields

ArrayColorProperty

DependencyProperty

Identifies the ArrayColor dependency property.

C#
public static readonly DependencyProperty ArrayColorProperty

CommentColorProperty

DependencyProperty

Identifies the CommentColor dependency property.

C#
public static readonly DependencyProperty CommentColorProperty

IdentifierColorProperty

DependencyProperty

Identifies the IdentifierColor dependency property.

C#
public static readonly DependencyProperty IdentifierColorProperty

KeywordColorProperty

DependencyProperty

Identifies the KeywordColor dependency property.

C#
public static readonly DependencyProperty KeywordColorProperty

NumberColorProperty

DependencyProperty

Identifies the NumberColor dependency property.

C#
public static readonly DependencyProperty NumberColorProperty

OperatorColorProperty

DependencyProperty

Identifies the OperatorColor dependency property.

C#
public static readonly DependencyProperty OperatorColorProperty

Identifies the PreprocessorKeywordColor dependency property.

C#
public static readonly DependencyProperty PreprocessorKeywordColorProperty

StringColorProperty

DependencyProperty

Identifies the StringColor dependency property.

C#
public static readonly DependencyProperty StringColorProperty

TrueFalseNullColorProperty

DependencyProperty

Identifies the TrueFalseNullColor dependency property.

C#
public static readonly DependencyProperty TrueFalseNullColorProperty

XmlAttributeColorProperty

DependencyProperty

Identifies the XmlAttributeColor dependency property.

C#
public static readonly DependencyProperty XmlAttributeColorProperty

Identifies the XmlCharacterDataColor dependency property.

C#
public static readonly DependencyProperty XmlCharacterDataColorProperty

XmlCommentColorProperty

DependencyProperty

Identifies the XmlCommentColor dependency property.

C#
public static readonly DependencyProperty XmlCommentColorProperty

XmlContentColorProperty

DependencyProperty

Identifies the XmlContentColor dependency property.

C#
public static readonly DependencyProperty XmlContentColorProperty

XmlElementColorProperty

DependencyProperty

Identifies the XmlElementColor dependency property.

C#
public static readonly DependencyProperty XmlElementColorProperty

XmlStringColorProperty

DependencyProperty

Identifies the XmlStringColor dependency property.

C#
public static readonly DependencyProperty XmlStringColorProperty

XmlTagColorProperty

DependencyProperty

Identifies the XmlTagColor dependency property.

C#
public static readonly DependencyProperty XmlTagColorProperty

Properties

Array color.

C#
public Color ArrayColor { get; set; }

Comment color.

C#
public Color CommentColor { get; set; }

Identifier color.

C#
public Color IdentifierColor { get; set; }

Keyword color.

C#
public Color KeywordColor { get; set; }

Number color.

C#
public Color NumberColor { get; set; }

Operator color.

C#
public Color OperatorColor { get; set; }

Gets the palette name.

C#
public virtual string PaletteName { get; }

PreprocessorKeyword color.

C#
public Color PreprocessorKeywordColor { get; set; }

String color.

C#
public Color StringColor { get; set; }

TrueFalseNullColor color.

C#
public Color TrueFalseNullColor { get; set; }

XmlAttribute color.

C#
public Color XmlAttributeColor { get; set; }

XmlCharacterData color.

C#
public Color XmlCharacterDataColor { get; set; }

XmlComment color.

C#
public Color XmlCommentColor { get; set; }

XmlContent color.

C#
public Color XmlContentColor { get; set; }

XmlElement color.

C#
public Color XmlElementColor { get; set; }

XmlString color.

C#
public Color XmlStringColor { get; set; }

XmlTag color.

C#
public Color XmlTagColor { get; set; }

Methods

Creates new instance of SyntaxEditorPalette class.

C#
protected override Freezable CreateInstanceCore()
Returns:

Freezable