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

Uploader.AuxiliaryTextColor Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a color of auxiliary text lables.

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

Syntax

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

Property Value

Type: System.Drawing.Color

The color of of the following labels:

  • a prompt inside the search box;
  • a prompt inside the description editor;
  • file details in the Tiles view;
  • image details and a prompt in the image editor.

The color string should be specified in a hex representation of the RGB triad in HTML-style syntax (#rrggbb).

Default value is #8b8b8b.

See Also

Reference