FreeformActivityDesigner.OnResizing(ActivityDesignerResizeEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the FreeformActivityDesigner when a user is visually resizing it at design time.
protected:
override void OnResizing(System::Workflow::ComponentModel::Design::ActivityDesignerResizeEventArgs ^ e);
protected override void OnResizing (System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs e);
override this.OnResizing : System.Workflow.ComponentModel.Design.ActivityDesignerResizeEventArgs -> unit
Protected Overrides Sub OnResizing (e As ActivityDesignerResizeEventArgs)
Parameters
The ActivityDesignerResizeEventArgs that defines the operation event arguments.
Remarks
If AutoSize is set to true
and AutoSizeMode is set to AutoSizeMode.GrowOnly, OnResizing performs all resizing tasks on the workflow design surface. If AutoSize is set to true
and AutoSizeMode is set to AutoSizeMode.GrowAndShrink, OnResizing performs layout tasks, but no resizing tasks. If AutoSize is set to false
, all contained designers retain their previous locations on the FreeformActivityDesigner.