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

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