Class NeutralDarkPalette
Represents a 'neutral' SyntaxEditorPalette suitable for the high contrast and dark themes.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.Palettes
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class NeutralDarkPalette : SyntaxEditorPalette, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
NeutralDarkPalette()
Properties
PaletteName
Gets the palette name.
Declaration
public override string PaletteName { get; }
Property Value
System.String
|