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

ImageUploader.PreviewThumbnailInactiveDropHighlightedColor Property

Color of the thumbnail box selection when this thumbnail belongs to a pane which is out of focus and the user drags some items over it.

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

Syntax

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

Property Value

A Color value which specifies a color of the thumbnail box selection this thumbnail belongs to a pane which is out of focus and the user drags some items over it.

Default value is magenta.

Remarks

This property corresponds to PreviewThumbnailInactiveDropHighlightedColor client-side property.

See Also

Reference