ActivityDesignerLayoutEventArgs.AmbientTheme 属性
定义
获取与根工作流关联的 AmbientTheme。Gets 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。An 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.