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

ImageUploader.DisplayNameActiveSelectedTextColor Property

Color of the item display name when this item is selected and the focus is set on the pane which contains this item.

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

Syntax

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

Property Value

A Color value which specifies a color of the item caption when it is selected and belongs to the focused pane.

Default value is white.

Remarks

This property corresponds to DisplayNameActiveSelectedTextColor client-side property.

See Also

Reference