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

BaseControl.EnableTheming Property

Gets or sets a value indicating whether themes apply to this control.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property EnableTheming As Boolean
C#
public override bool EnableTheming { get; }

Property Value

true to use themes; otherwise, false. The default is false.

See Also

Reference