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

ImageUploader.PreviewThumbnailActiveDropHighlightedColor Property

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

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

Syntax

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

Property Value

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

Default value is green.

Remarks

This property corresponds to PreviewThumbnailActiveDropHighlightedColor client-side property.

See Also

Reference