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

ImageUploader.TreePaneBackgroundColor Property

Background color of the tree pane.

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

Syntax

Visual Basic
Public Property TreePaneBackgroundColor As Color
C#
public Color TreePaneBackgroundColor { get; set; }

Property Value

A Color value which specifies a background color of the tree pane.

Default value is white.

Remarks

This property corresponds to TreePaneBackgroundColor client-side property.

See Also

Reference