Class DarkPalette
Represents a 'dark' SyntaxEditorPalette suitable for 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 DarkPalette : SyntaxEditorPalette, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
DarkPalette()
Properties
PaletteName
Gets the palette name.
Declaration
public override string PaletteName { get; }
Property Value
System.String
|