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

ImageFormat.BackgroundColor Property

Button or icon background color.

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

Syntax

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

Property Value

A Color value which specifies the background color of button or icon.

Default value is white.

Remarks

Rectangle of specified Width/Height filled with this color is displayed while images for buttons are downloaded. If omitted, the BackgroundColor property is used.

See Also

Reference