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

BaseControl.CssClass Property

Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.

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

Syntax

Visual Basic
Public Overrides ReadOnly Property CssClass As String
C#
public override string CssClass { get; }

Property Value

The CSS class rendered by the Web server control on the client. The default is Empty.

See Also

Reference