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

ImageUploader.PreviewThumbnailBorderHoverColor Property

Color of the preview box frame when the cursor is hovered over the thumbnail.

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

Syntax

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

Property Value

A Color value which specifies a color of the preview thumbnail box frame when the cursor is hovered over the thumbnail.

Default value is red.

Remarks

This property corresponds to PreviewThumbnailBorderHoverColor client-side property.

See Also

Reference