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

In This Topic
    Height Property (Size<T>)
    In This Topic
    Gets or sets the vertical component of this Size<T> struct.
    Syntax
    'Declaration
     
    Public Property Height As T
    public T Height {get; set;}
    See Also