ITheme 介面
適用於版本2
代表編輯器佈景主題的介面。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Public Interface ITheme
'用途
Dim instance As ITheme
public interface ITheme
public interface class ITheme
type ITheme = interface end
public interface ITheme
ITheme 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
CollapsedTextBackgroundBrush | 取得或設定摺疊的文字背景筆刷。 | |
DefaultFormat | 取得或設定預設格式。 | |
Formats | 取得格式字典。 | |
Name | 取得佈景主題名稱。 | |
SurfaceBackgroundBrush | 取得或設定表面背景筆刷。 |
上層
方法
名稱 | 說明 | |
---|---|---|
GetFormatData | 取得分類的格式資料。 | |
LoadFromFile | 從檔案載入佈景主題。 | |
SaveToFile | 將佈景主題儲存至檔案。 | |
ToXml | 將佈景主題轉換為 XML。 |
上層