Class LightVisualTheme
Represents a predefined light color theme.
public class LightVisualTheme : StandardVisualTheme, IVisualTheme, IDisposable
- Inheritance
-
LightVisualTheme
- Implements
Constructors
- LightVisualTheme()
Initializes new instance of LightVisualTheme with default settings.
Fields
- Instance
Gets a default
LightVisualTheme
object.
Methods
- ApplyToEdit(ISyntaxEdit)
Assigns color theme properties to a given
TextEditor
according to values stored in theIVisualTheme
.