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