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

ImageUploader.FolderPaneBorderStyle Property

Border style of the folder pane.

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

Syntax

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

Property Value

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

Default value is Fixed3D.

Remarks

This property corresponds to FolderPaneBorderStyle client-side property.

See Also

Reference