SyntaxEditorPalette
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:
[TypeConverter(typeof(SyntaxEditorPaletteConverter))]
public class SyntaxEditorPalette : Freezable
Inheritance: objectSyntaxEditorPalette
Derived Classes:
Constructors
public SyntaxEditorPalette()
Fields
ArrayColorProperty
DependencyProperty
Identifies the ArrayColor dependency property.
public static readonly DependencyProperty ArrayColorProperty
CommentColorProperty
DependencyProperty
Identifies the CommentColor dependency property.
public static readonly DependencyProperty CommentColorProperty
IdentifierColorProperty
DependencyProperty
Identifies the IdentifierColor dependency property.
public static readonly DependencyProperty IdentifierColorProperty
KeywordColorProperty
DependencyProperty
Identifies the KeywordColor dependency property.
public static readonly DependencyProperty KeywordColorProperty
NumberColorProperty
DependencyProperty
Identifies the NumberColor dependency property.
public static readonly DependencyProperty NumberColorProperty
OperatorColorProperty
DependencyProperty
Identifies the OperatorColor dependency property.
public static readonly DependencyProperty OperatorColorProperty
PreprocessorKeywordColorProperty
DependencyProperty
Identifies the PreprocessorKeywordColor dependency property.
public static readonly DependencyProperty PreprocessorKeywordColorProperty
StringColorProperty
DependencyProperty
Identifies the StringColor dependency property.
public static readonly DependencyProperty StringColorProperty
TrueFalseNullColorProperty
DependencyProperty
Identifies the TrueFalseNullColor dependency property.
public static readonly DependencyProperty TrueFalseNullColorProperty
XmlAttributeColorProperty
DependencyProperty
Identifies the XmlAttributeColor dependency property.
public static readonly DependencyProperty XmlAttributeColorProperty
XmlCharacterDataColorProperty
DependencyProperty
Identifies the XmlCharacterDataColor dependency property.
public static readonly DependencyProperty XmlCharacterDataColorProperty
XmlCommentColorProperty
DependencyProperty
Identifies the XmlCommentColor dependency property.
public static readonly DependencyProperty XmlCommentColorProperty
XmlContentColorProperty
DependencyProperty
Identifies the XmlContentColor dependency property.
public static readonly DependencyProperty XmlContentColorProperty
XmlElementColorProperty
DependencyProperty
Identifies the XmlElementColor dependency property.
public static readonly DependencyProperty XmlElementColorProperty
XmlStringColorProperty
DependencyProperty
Identifies the XmlStringColor dependency property.
public static readonly DependencyProperty XmlStringColorProperty
XmlTagColorProperty
DependencyProperty
Identifies the XmlTagColor dependency property.
public static readonly DependencyProperty XmlTagColorProperty
Properties
ArrayColor
Color
Array color.
public Color ArrayColor { get; set; }
CommentColor
Color
Comment color.
public Color CommentColor { get; set; }
IdentifierColor
Color
Identifier color.
public Color IdentifierColor { get; set; }
KeywordColor
Color
Keyword color.
public Color KeywordColor { get; set; }
NumberColor
Color
Number color.
public Color NumberColor { get; set; }
OperatorColor
Color
Operator color.
public Color OperatorColor { get; set; }
Gets the palette name.
public virtual string PaletteName { get; }
PreprocessorKeyword color.
public Color PreprocessorKeywordColor { get; set; }
StringColor
Color
String color.
public Color StringColor { get; set; }
TrueFalseNullColor
Color
TrueFalseNullColor color.
public Color TrueFalseNullColor { get; set; }
XmlAttributeColor
Color
XmlAttribute color.
public Color XmlAttributeColor { get; set; }
XmlCharacterData color.
public Color XmlCharacterDataColor { get; set; }
XmlCommentColor
Color
XmlComment color.
public Color XmlCommentColor { get; set; }
XmlContentColor
Color
XmlContent color.
public Color XmlContentColor { get; set; }
XmlElementColor
Color
XmlElement color.
public Color XmlElementColor { get; set; }
XmlStringColor
Color
XmlString color.
public Color XmlStringColor { get; set; }
XmlTagColor
Color
XmlTag color.
public Color XmlTagColor { get; set; }
Methods
CreateInstanceCore()
Freezable
Creates new instance of SyntaxEditorPalette class.
protected override Freezable CreateInstanceCore()
Freezable