Gets and sets the control's bounds within the parent control.
Namespace:
PerpetuumSoft.Reporting.DOMAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public virtual VectorRectangle Bounds { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property Bounds As VectorRectangle |
Visual C++ |
---|
public: virtual property VectorRectangle Bounds { VectorRectangle get (); void set (VectorRectangle value); } |