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

BaseControl.BorderStyle Property

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

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

Syntax

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

Property Value

One of the BorderStyle enumeration values. The default is NotSet.

See Also

Reference