ClassSyntaxEditorPalette
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
SyntaxEditorPalette()
Declaration
public SyntaxEditorPalette()
Fields
ArrayColorProperty
Identifies the ArrayColor dependency property.
Declaration
public static readonly RadProperty ArrayColorProperty
Field Value
CommentColorProperty
Identifies the CommentColor dependency property.
Declaration
public static readonly RadProperty CommentColorProperty
Field Value
IdentifierColorProperty
Identifies the IdentifierColor dependency property.
Declaration
public static readonly RadProperty IdentifierColorProperty
Field Value
KeywordColorProperty
Identifies the KeywordColor dependency property.
Declaration
public static readonly RadProperty KeywordColorProperty
Field Value
NumberColorProperty
Identifies the NumberColor dependency property.
Declaration
public static readonly RadProperty NumberColorProperty
Field Value
OperatorColorProperty
Identifies the OperatorColor dependency property.
Declaration
public static readonly RadProperty OperatorColorProperty
Field Value
PreprocessorKeywordColorProperty
Identifies the PreprocessorKeywordColor dependency property.
Declaration
public static readonly RadProperty PreprocessorKeywordColorProperty
Field Value
StringColorProperty
Identifies the StringColor dependency property.
Declaration
public static readonly RadProperty StringColorProperty
Field Value
TrueFalseNullColorProperty
Identifies the TrueFalseNullColor dependency property.
Declaration
public static readonly RadProperty TrueFalseNullColorProperty
Field Value
XmlAttributeColorProperty
Identifies the XmlAttributeColor dependency property.
Declaration
public static readonly RadProperty XmlAttributeColorProperty
Field Value
XmlCharacterDataColorProperty
Identifies the XmlCharacterDataColor dependency property.
Declaration
public static readonly RadProperty XmlCharacterDataColorProperty
Field Value
XmlCommentColorProperty
Identifies the XmlCommentColor dependency property.
Declaration
public static readonly RadProperty XmlCommentColorProperty
Field Value
XmlContentColorProperty
Identifies the XmlContentColor dependency property.
Declaration
public static readonly RadProperty XmlContentColorProperty
Field Value
XmlElementColorProperty
Identifies the XmlElementColor dependency property.
Declaration
public static readonly RadProperty XmlElementColorProperty
Field Value
XmlStringColorProperty
Identifies the XmlStringColor dependency property.
Declaration
public static readonly RadProperty XmlStringColorProperty
Field Value
XmlTagColorProperty
Identifies the XmlTagColor dependency property.
Declaration
public static readonly RadProperty XmlTagColorProperty
Field Value
Properties
ArrayColor
Array color.
CommentColor
Comment color.
IdentifierColor
Identifier color.
KeywordColor
Keyword color.
NumberColor
Number color.
OperatorColor
Operator color.
PaletteName
Gets the palette name.
PreprocessorKeywordColor
PreprocessorKeyword color.
Declaration
public Color PreprocessorKeywordColor { get; set; }
Property Value
StringColor
String color.
TrueFalseNullColor
TrueFalseNullColor color.
XmlAttributeColor
XmlAttribute color.
XmlCharacterDataColor
XmlCharacterData color.
XmlCommentColor
XmlComment color.
XmlContentColor
XmlContent color.
XmlElementColor
XmlElement color.
XmlStringColor
XmlString color.
XmlTagColor
XmlTag color.
Methods
CreateInstanceCore()
Creates new instance of SyntaxEditorPalette class.