ClassNeutralDarkPalette
Class
Represents a 'neutral' SyntaxEditorPalette suitable for the high contrast and dark themes.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class NeutralDarkPalette : SyntaxEditorPalette, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectSyntaxEditorPaletteNeutralDarkPalette
Implements:
Inherited Members
Constructors
NeutralDarkPalette()
Initializes a new instance of the NeutralDarkPalette class.
Declaration
cs-api-definition
public NeutralDarkPalette()
Properties
PaletteName
Gets the palette name.
Declaration
cs-api-definition
public override string PaletteName { get; }
Property Value
Overrides