ThemeType 列舉

定義

警告

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

指定 選項 對話框中顯示的主題類型。

public enum class ThemeType
public enum ThemeType
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum ThemeType
type ThemeType = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ThemeType = 
Public Enum ThemeType
繼承
ThemeType
屬性

欄位

名稱 Description
Default 0

主題設定由預設工作流程主題提供。

System 1

主題設定由作業系統提供。

UserDefined 2

主題設定由使用者自訂的主題提供。

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

使用者可以在工作流程設計器中修改使用者定義主題,但無法在該情境下修改預設或系統主題。

當使用者右鍵點擊工作流程設計表面並選擇「選擇自訂主題...」時,會顯示選項對話框。 預設與系統類別列於選擇視窗的 標準主題 標頭下,而使用者定義類別(包含使用者所建立主題)則列於 使用者定義主題 標頭下。

主題定義了背景、前景、文字、圖示及其他用於在工作流程設計表面渲染工作流程的樣式。

適用於