LightPalette
Class
Represents a 'light' SyntaxEditorPalette suitable for light themes.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.Palettes
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class LightPalette : SyntaxEditorPalette, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Inheritance: objectDisposableObjectRadObjectSyntaxEditorPaletteLightPalette
Implements:
Inherited Members
Constructors
Initializes a new instance of the LightPalette class.
C#
public LightPalette()
Properties
Gets the palette name.
C#
public override string PaletteName { get; }
Overrides: