Class DarkPalette
Represents a 'dark' SyntaxEditorPalette suitable for dark themes.
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.Palettes
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class DarkPalette : SyntaxEditorPalette
Constructors
DarkPalette()
Properties
PaletteName
Gets the palette name.
Declaration
public override string PaletteName { get; }
Property Value
System.String
|