Edit

Share via


WorkflowView.ViewPortRectangle Property

Definition

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.

Applies to