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

ImageUploader.UploadPaneBorderStyle Property

Border style of the upload pane.

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

Syntax

Visual Basic
Public Property UploadPaneBorderStyle As BorderStyle
C#
public BorderStyle UploadPaneBorderStyle { get; set; }

Property Value

The BorderStyle enumeration member that specifies a border style of the upload pane.

Default value is Fixed3D.

Remarks

This property corresponds to UploadPaneBorderStyle client-side property.

See Also

Reference