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

ImageUploader.SplitterLineColor Property

Color of the splitter line (if enabled).

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

Syntax

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

Property Value

A Color value which specifies a color of the splitter line.

Default value is #76779a.

Remarks

This property corresponds to SplitterLineColor client-side property.

See Also

Reference