FreeformActivityDesigner.OnThemeChange(ActivityDesignerTheme) Method

Definition

Notifies the FreeformActivityDesigner that its associated theme has changed.

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)

Parameters

newTheme
ActivityDesignerTheme

The ActivityDesignerTheme that contains the updated theme property settings.

Remarks

Unless overridden in a derived class, OnThemeChange always sets the Text property to an empty string and the Image property to null (Nothing in Visual Basic).

If ShowGrid is set to true, the locations of each child designer in the FreeformActivityDesigner is snapped to the nearest grid line.

Applies to