Gets the bounding rectangle of this container.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
SyntaxC#
Copy Code
|
|---|
public RectangleF Bounds { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Bounds As RectangleF |
A .NET RectangleF object specifying the bounds of the container relative to its parent.
See Also