ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / Rect<T> Structure / Size Property

In This Topic
    Size Property (Rect<T>)
    In This Topic
    Gets a Size that represents the width and height of the Rect.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Size(Of T)
    public Size<T> Size {get;}
    See Also