ActivityDesignerLayoutEventArgs.AmbientTheme 属性

定义

获取与根工作流关联的 AmbientThemeGets the AmbientTheme associated with the root workflow.

public:
 property System::Workflow::ComponentModel::Design::AmbientTheme ^ AmbientTheme { System::Workflow::ComponentModel::Design::AmbientTheme ^ get(); };
public System.Workflow.ComponentModel.Design.AmbientTheme AmbientTheme { get; }
member this.AmbientTheme : System.Workflow.ComponentModel.Design.AmbientTheme
Public ReadOnly Property AmbientTheme As AmbientTheme

属性值

AmbientTheme

包含设计器的主题信息的 AmbientThemeAn AmbientTheme that contains theme information for the designer.

注解

AmbientTheme 用于描述设计器外观的属性,如颜色、样式和背景等。The AmbientTheme is used to describe designer look and feel properties, such as colors, styles, and backgrounds.

适用于