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

ImageUploader.UseSystemColors Property

Switch that specifies whether Image Uploader should use system-dependent colors for its elements or use color specified via appropriate properties.

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

Syntax

Visual Basic
Public Property UseSystemColors As Boolean
C#
public bool UseSystemColors { get; set; }

Property Value

A boolean value (true or false). If true, all Image Uploader visual elements are colored with colors configured in system settings, the custom color settings specified via API are ignored. Otherwise, appearance customizations are applied to Image Uploader.

Default value is true.

Remarks

This property corresponds to UseSystemColors client-side property.

See Also

Reference