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

ImageUploader.AdvancedDetailsGridLineColor Property

Color of grid lines in AdvancedDetails view when the grid is enabled.

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

Syntax

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

Property Value

A Color value which specifies a color of the grid in AdvancedDetails view.

Default value is #a0a0ff.

Remarks

This property corresponds to AdvancedDetailsGridLineColor client-side property.

See Also

Reference