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

ImageUploader.LargePreviewBackgroundColor Property

Background color of the preview window.

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

Syntax

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

Property Value

A Color value which specifies the background color of the preview window.

Default value is white.

Remarks

This property corresponds to LargePreviewBackgroundColor client-side property.

See Also

Reference