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