다음을 통해 공유


ActivityPreviewDesigner.OnThemeChange(ActivityDesignerTheme) 메서드

정의

연결된 테마가 변경되었음을 ActivityPreviewDesigner에게 알립니다.

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입니다.

설명

OnThemeChangeActivityPreviewDesigner에 대한 테마 속성 설정을 업데이트할 뿐만 아니라 새 설정을 미리 보기 창에 렌더링합니다.

적용 대상