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

BaseControl.ForeColor Property

Gets or sets the foreground color (typically the color of the text) of the Web server control.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property ForeColor As Color
C#
public override Color ForeColor { get; }

Property Value

A Color that represents the foreground color of the control. The default is Empty, which indicates that this property is not set.

See Also

Reference