Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderSectionFragment Class / Bounds Property

In This Topic
    Bounds Property (RenderSectionFragment)
    In This Topic
    Gets or sets the current fragment's bounds within its parent. For top level fragments, bounds within Page are returned.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As RectangleD
    public RectangleD Bounds {get;}
    See Also