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

Uploader.BorderStyle Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a border style of Image Uploader.

Syntax

PHP
public function getBorderStyle() {
}

public function setBorderStyle($value) {
}

Property Value

Type: string

The Image Uploader border style.

The following values are supported:

ValueDescription
NoneNo border.
Fixed3D3D-like border style.
FixedSingleClassic single line border style.

Default value is "Fixed3D".

See Also

Reference