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
屬性

欄位

Default 0

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

System 1

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

UserDefined 2

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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

使用者可以在工作流程設計工具中修改使用者設計的主題,但無法修改該內容中的預設或系統主題。

當使用者以滑鼠右鍵按一下工作流程設計介面,然後選取 [選取自訂主題 ...] 時,就會顯示 [選項] 對話方塊。 預設和系統類別會列在 [選取範圍] 視窗中的 [ 標準主題 ] 標題底下,而使用者定義的類別(包含使用者所建立的任何主題)則列在 [ 使用者定義的主題 ] 標題之下。

主題定義背景 (Background)、前景、文字、圖示和其他用來呈現工作流程設計介面上工作流程的樣式。

適用於