WorkflowView::ShadowDepth Property
.NET Framework (current version)
Gets or sets the ShadowDepth for the WorkflowView.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Use the ShadowDepth to get or adjust the shadow depth of text shown on the workflow design surface.
The following code example demonstrates how you can obtain an instance of the WorkflowView class using the GetView method. The code then sets several WorkflowView properties, including HScrollBar and VScrollBar, ShadowDepth, and calls the FitToScreenSize method.
The UnloadWorkflow method that is called in the code above removes a currently loaded workflow in order to prepare for the loading of a new workflow and is implemented as follows:
.NET Framework
Available since 3.0
Available since 3.0
Show: