FreeformActivityDesigner.OnThemeChange(ActivityDesignerTheme) 方法

定义

FreeformActivityDesigner 通知它关联的主题已发生更改。

protected:
 override void OnThemeChange(System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ newTheme);
protected override void OnThemeChange (System.Workflow.ComponentModel.Design.ActivityDesignerTheme newTheme);
override this.OnThemeChange : System.Workflow.ComponentModel.Design.ActivityDesignerTheme -> unit
Protected Overrides Sub OnThemeChange (newTheme As ActivityDesignerTheme)

参数

newTheme
ActivityDesignerTheme

包含更新后的主题属性设置的 ActivityDesignerTheme

注解

除非在派生类中重写 OnThemeChange,否则后者始终将 Text 属性设置为空字符串,并将 Image 属性设置为 null(在 Visual Basic 中为 Nothing)。

如果将 ShowGrid 设置为 true,则 FreeformActivityDesigner 中每个子设计器的位置都将与最近的网格线对齐。

适用于