Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderObject Class / Width Property

In This Topic
    Width Property (RenderObject)
    In This Topic
    Gets or sets the width of the current object.

    May be specified as auto (Unit.Auto), a percentage of the parent's width (e.g. "50%"), an absolute value (using DefaultUnit), an absolute value with unit of measurement (e.g. "12mm"), or an expression referencing this and other objects (e.g. "Max(prev.width,6cm)").

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