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

ImageUploader.TreePaneBorderStyle Property

Border style of the tree pane.

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

Syntax

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

Property Value

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

Default value is Fixed3D.

Remarks

This property corresponds to TreePaneBorderStyle client-side property.

See Also

Reference