Gets the bounding rectangle of the item being rendered.
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 specifying the bounding rectangle of the item being renderd.
See Also