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

BaseControl.SkinID Property

Gets or sets the skin to apply to the control.

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

Syntax

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

Property Value

The name of the skin to apply to the control. The default is Empty.

See Also

Reference