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)
Public Property UseSystemColors As Boolean
public bool UseSystemColors { get; set; }
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
.