Class
LightPalette

Represents a 'light' SyntaxEditorPalette suitable for light themes.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class LightPalette : SyntaxEditorPalette

Inheritance: objectSyntaxEditorPaletteLightPalette

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

Constructors

LightPalette()

Initializes a new instance of the LightPalette class.

Declaration

cs-api-definition
public LightPalette()

Properties

PaletteName

Gets the palette name.

Declaration

cs-api-definition
public override string PaletteName { get; }

Property Value

string

Overrides SyntaxEditorPalette.PaletteName