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

ImageUploader.PreviewThumbnailInactiveSelectionColor Property

Color of item selection frame when the parent pane is out of focus.

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

Syntax

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

Property Value

A Color value which specifies a color of item selection frame when the parent pane is out of focus.

Default value is #d4d0c8.

Remarks

This property corresponds to PreviewThumbnailInactiveSelectionColor client-side property.

See Also

Reference