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

Represents a 'light' SyntaxEditorPalette suitable for light themes.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

C#
public class LightPalette : SyntaxEditorPalette

Inheritance: objectSyntaxEditorPaletteLightPalette

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

Constructors

Initializes a new instance of the LightPalette class.

C#
public LightPalette()

Properties

Gets the palette name.

C#
public override string PaletteName { get; }

Overrides: SyntaxEditorPalette.PaletteName