WorkflowView.ViewPortRectangle Property
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.
Gets the current ViewPortRectangle for the WorkflowView.
public:
property System::Drawing::Rectangle ViewPortRectangle { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle ViewPortRectangle { get; }
member this.ViewPortRectangle : System.Drawing.Rectangle
Public ReadOnly Property ViewPortRectangle As Rectangle
Property Value
A Rectangle that describes the area on the screen that is visible.
Remarks
The ViewPortRectangle contains the visible area of the workflow.