ClassNeutralPalette
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:
cs-api-definition
public class NeutralPalette : SyntaxEditorPalette
Inheritance: objectSyntaxEditorPaletteNeutralPalette
Inherited Members
Constructors
NeutralPalette()
Initializes a new instance of the NeutralPalette class.
Declaration
cs-api-definition
public NeutralPalette()
Properties
PaletteName
Gets the palette name.
Declaration
cs-api-definition
public override string PaletteName { get; }
Property Value
Overrides