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

ImageUploader.EditDescriptionTextColor Property

Color of the text label displayed instead of the description when it is empty.

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

Syntax

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

Property Value

A Color value which specifies a color of a caption of the Edit Description label-hyperlink.

Default value is blue.

Remarks

This property corresponds to EditDescriptionTextColor client-side property.

See Also

Reference