Theme Class
Applies to v2.
Represents the theme used in the editor.
Inheritance Hierarchy
System.Object
Microsoft.WebMatrix.Extensibility.Editor.Theme
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Class Theme _
Implements ITheme
'Usage
Dim instance As Theme
public class Theme : ITheme
public ref class Theme : ITheme
type Theme =
class
interface ITheme
end
public class Theme implements ITheme
The Theme type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Theme | Initializes a new instance of the Theme class. |
Top
Properties
Name | Description | |
---|---|---|
CollapsedTextBackgroundBrush | Gets or sets the color for the text background of the theme. | |
DefaultFormat | Gets or sets the format data which is the default format for the theme. | |
Formats | Gets or sets the theme formats with specified format data. | |
GlobalSettingKeys | Gets or sets the global setting keys used in the theme. | |
InactiveSelectionFormat | Gets the inactive selection format for the theme with specified format data. | |
Name | Gets or sets the name of the theme. | |
SelectionFormat | Gets the selection format for the theme with specified format data. | |
SurfaceBackgroundBrush | Gets or sets the color for the surface background of the theme. | |
VisibleWhiteSpace | Gets or sets the visibility of the objects in the theme. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetFormatData | Gets the format data for the theme. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load | Loads a theme. | |
LoadFromFile | Load a theme from a specified file. | |
MemberwiseClone | (Inherited from Object.) | |
SaveToFile | Saves a theme to a specified file. | |
ToString | (Inherited from Object.) | |
ToXml | Returns the XML representation of a theme. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ITheme.Formats | Gets the theme formats with specified format data. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.