SyntaxEditorPalette
Represents palette of colors for coloring the SyntaxEditor syntax-related words.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
[TypeConverter(typeof(SyntaxEditorPaletteConverter))]
public class SyntaxEditorPalette : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectSyntaxEditorPalette
Derived Classes:
Implements:
Inherited Members
Constructors
public SyntaxEditorPalette()
Fields
Identifies the ArrayColor dependency property.
public static readonly RadProperty ArrayColorProperty
Identifies the CommentColor dependency property.
public static readonly RadProperty CommentColorProperty
Identifies the IdentifierColor dependency property.
public static readonly RadProperty IdentifierColorProperty
Identifies the KeywordColor dependency property.
public static readonly RadProperty KeywordColorProperty
Identifies the NumberColor dependency property.
public static readonly RadProperty NumberColorProperty
Identifies the OperatorColor dependency property.
public static readonly RadProperty OperatorColorProperty
Identifies the PreprocessorKeywordColor dependency property.
public static readonly RadProperty PreprocessorKeywordColorProperty
Identifies the StringColor dependency property.
public static readonly RadProperty StringColorProperty
Identifies the TrueFalseNullColor dependency property.
public static readonly RadProperty TrueFalseNullColorProperty
Identifies the XmlAttributeColor dependency property.
public static readonly RadProperty XmlAttributeColorProperty
Identifies the XmlCharacterDataColor dependency property.
public static readonly RadProperty XmlCharacterDataColorProperty
Identifies the XmlCommentColor dependency property.
public static readonly RadProperty XmlCommentColorProperty
Identifies the XmlContentColor dependency property.
public static readonly RadProperty XmlContentColorProperty
Identifies the XmlElementColor dependency property.
public static readonly RadProperty XmlElementColorProperty
Identifies the XmlStringColor dependency property.
public static readonly RadProperty XmlStringColorProperty
Identifies the XmlTagColor dependency property.
public static readonly RadProperty XmlTagColorProperty
Properties
Array color.
public Color ArrayColor { get; set; }
Comment color.
public Color CommentColor { get; set; }
Identifier color.
public Color IdentifierColor { get; set; }
Keyword color.
public Color KeywordColor { get; set; }
Number color.
public Color NumberColor { get; set; }
Operator color.
public Color OperatorColor { get; set; }
Gets the palette name.
public virtual string PaletteName { get; }
PreprocessorKeyword color.
public Color PreprocessorKeywordColor { get; set; }
String color.
public Color StringColor { get; set; }
TrueFalseNullColor color.
public Color TrueFalseNullColor { get; set; }
XmlAttribute color.
public Color XmlAttributeColor { get; set; }
XmlCharacterData color.
public Color XmlCharacterDataColor { get; set; }
XmlComment color.
public Color XmlCommentColor { get; set; }
XmlContent color.
public Color XmlContentColor { get; set; }
XmlElement color.
public Color XmlElementColor { get; set; }
XmlString color.
public Color XmlStringColor { get; set; }
XmlTag color.
public Color XmlTagColor { get; set; }
Methods
Creates new instance of SyntaxEditorPalette class.