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

InstallationProgress.InstructionsCssClass Property

Gets/sets CSS class name to apply it to the installation screen. This class should be declared in a source code of the page Image Uploader is added to, or in the external CSS file linked to this page.

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

Syntax

Visual Basic
Public Property InstructionsCssClass As String
C#
public string InstructionsCssClass { get; set; }

Property Value

The value which represents CSS class name to apply it to the installation screen.

Default value is "".

See Also

Reference