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

ImageUploader.DisplayNameInactiveUnselectedTextColor Property

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

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

Syntax

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

Property Value

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

Default value is black.

Remarks

This property corresponds to DisplayNameInactiveUnselectedTextColor client-side property.

See Also

Reference