ITheme Interface
Applies to v2.
Represents an interface for an editor theme.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface ITheme
'Usage
Dim instance As ITheme
public interface ITheme
public interface class ITheme
type ITheme = interface end
public interface ITheme
The ITheme type exposes the following members.
Properties
Name | Description | |
---|---|---|
CollapsedTextBackgroundBrush | Gets or sets the collapsed text background brush. | |
DefaultFormat | Gets or sets the default format. | |
Formats | Gets a dictionary of formats. | |
Name | Gets the theme name. | |
SurfaceBackgroundBrush | Gets or sets the surface background brush. |
Top
Methods
Name | Description | |
---|---|---|
GetFormatData | Gets the format data for a classification. | |
LoadFromFile | Loads the theme from a file. | |
SaveToFile | Saves the theme to a file. | |
ToXml | Converts the theme to XML. |
Top