LightPalette
Class
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
Constructors
Initializes a new instance of the LightPalette class.
C#
public LightPalette()
Properties
Gets the palette name.
C#
public override string PaletteName { get; }
Overrides: