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

ImageUploader.PreviewThumbnailBorderColor Property

Color of the preview thumbnail box frame.

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

Syntax

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

Property Value

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

Default value is light gray.

Remarks

This property corresponds to PreviewThumbnailBorderColor client-side property.

See Also

Reference