Gets or sets a border style of Image Uploader.
public function getBorderStyle() { } public function setBorderStyle($value) { }
Type: string
The Image Uploader border style.
The following values are supported:
Value | Description |
---|---|
None | No border. |
Fixed3D | 3D-like border style. |
FixedSingle | Classic single line border style. |
Default value is "Fixed3D".