NeutralPalette
Class
Represents a 'neutral' SyntaxEditorPalette suitable for the high contrast and transparent themes.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Palettes
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class NeutralPalette : SyntaxEditorPalette
Inheritance: objectSyntaxEditorPaletteNeutralPalette
Inherited Members
Constructors
Initializes a new instance of the NeutralPalette class.
C#
public NeutralPalette()
Properties
Gets the palette name.
C#
public override string PaletteName { get; }
Overrides: