[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.Width

Width Property

Width

Gets or sets the width of the current object.

May be specified as auto (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)").

Declaration
public Unit Width { get; set; }