Click or drag to resize

StiComponentGetDockRegion Method (StiComponent)

Retuns an empty rectangle to which docking is possible.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual RectangleD GetDockRegion(
	StiComponent parent
)

Parameters

parent
Type: Stimulsoft.Report.ComponentsStiComponent
Container being measured.

Return Value

Type: RectangleD
An empty rectangle to which docking is possible.
See Also