WorkflowView::FitToScreenSize Method ()
.NET Framework (current version)
Changes the zoom level of the workflow design surface so that the entire workflow is displayed in the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The actual zoom level is dependent upon the settings of the user's workflow designer.
The following example shows how to enable the fit to screen button. The method first obtains the IDesignerHost interface for the designer and then retrieves the WorkflowView object by using the GetService method before modifying the EnableFitToScreen property. Finally, the FitToScreenSize method is called to display the entire workflow within the bounds of the displayable area of the WorkflowView.
.NET Framework
Available since 3.0
Available since 3.0
WorkflowView Class
System.Workflow.ComponentModel.Design Namespace
Workflow Tracking Profile Designer
Show: