This documentation is for the old version. Go to the latest Upload Suite docs

BaseControl.Width Property

Width of the control in pixels.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Overrides Property Width As Unit
C#
public override Unit Width { get; set; }

Property Value

An integer value that specifies the width of the control.

Remarks

You should provide an integer number. Syntax like 100% is acceptable, however keep in mind that it is not cross-browser compatible. That's why it is highly recommended to avoid it.

See Also

Reference