ThemeConfigurationDialog.ComposedTheme 属性
定义
获取在工作流设计器的主题配置对话框中突出显示的工作流主题。Gets the workflow theme that is highlighted in the theme configuration dialog box in the workflow designer.
public:
property System::Workflow::ComponentModel::Design::WorkflowTheme ^ ComposedTheme { System::Workflow::ComponentModel::Design::WorkflowTheme ^ get(); };
public System.Workflow.ComponentModel.Design.WorkflowTheme ComposedTheme { get; }
member this.ComposedTheme : System.Workflow.ComponentModel.Design.WorkflowTheme
Public ReadOnly Property ComposedTheme As WorkflowTheme
属性值
要在工作流设计器的主题配置对话框中突出显示的 WorkflowTheme。The WorkflowTheme that is highlighted in the theme configuration dialog box in the workflow designer.
注解
在主题配置对话框中突出显示的主题是当前应用于工作流设计图面的主题。The theme that is highlighted in the theme configuration dialog box is the theme that is currently applied to the workflow design surface. 可能的值包括默认工作流主题、操作系统颜色主题以及任何用户定义的主题。Possible values include the default workflow theme, the operating system color theme, and any user-defined themes.