ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFragment Class / InnerBounds Property

In This Topic
    InnerBounds Property
    In This Topic
    Gets the inner bounds of the current fragment (without spacing, borders and padding) within its parent.
    Syntax
    'Declaration
     
    Public ReadOnly Property InnerBounds As RectangleD
    public RectangleD InnerBounds {get;}
    See Also