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

ImageUploader.UploadThumbnail3FitMode Property

Fit mode of the third thumbnail.

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

Syntax

Visual Basic
Public Property UploadThumbnail3FitMode As ThumbnailFitMode
C#
public ThumbnailFitMode UploadThumbnail3FitMode { get; set; }

Property Value

The ThumbnailFitMode enumeration member that specifies a fit mode of the third thumbnail.

Default value is Off.

Remarks

This property corresponds to UploadThumbnail3FitMode client-side property.

See Also

Reference