Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Textbox Class / Width Property

In This Topic
    Width Property (Textbox)
    In This Topic
    Gets or sets the height of the current item. Negative sizes are allowed only for lines (the height/width gives the offset of the endpoint of the line from the start point).

    Default is null which means the width of the containing object minus Left.

    Syntax
    'Declaration
     
    Public Property Width As ReportSize
    public ReportSize Width {get; set;}
    See Also