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

BaseControl.BorderWidth Property

Gets or sets the border width of the Web server control.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property BorderWidth As Unit
C#
public override Unit BorderWidth { get; }

Property Value

A Unit that represents the border width of a Web server control. The default value is Empty, which indicates that this property is not set.

See Also

Reference