WorkflowViewAccessibleObject::Bounds Property

 

Gets the location and size of the accessible object.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property Rectangle Bounds {
	virtual Rectangle get() override;
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle that represents the bounds of the WorkflowViewAccessibleObject.

.NET Framework
Available since 3.0
Return to top
Show: