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

ImageUploader.PreviewThumbnailActiveSelectionColor Property

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

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

Syntax

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

Property Value

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

Default value is #316ac5.

Remarks

This property corresponds to PreviewThumbnailActiveSelectionColor client-side property.

See Also

Reference