Gets the internal rectangle in the box based on the box's Margins settings.

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

Syntax

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

See Also