ClassLightPalette
Class
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
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
Overrides