Gets the rectangle for displaying the control on the canvas.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public RectangleF DisplayRectangle { get; }
Visual Basic (Declaration)
Public ReadOnly Property DisplayRectangle As RectangleF
Visual C++
public:
property RectangleF DisplayRectangle {
	RectangleF get ();
}

See Also