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

QualityMeter.Height Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a height of each quality meter rectangle.

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

Syntax

Visual Basic
Public Property Height As Integer
C#
public int Height { get; set; }

Property Value

Type: System.Int32

The height of each quality meter rectangle.

Default value is 11.

Remarks

If the quality meter height is larger than a thumbnail height (specified with the FolderPane.PreviewSize and UploadPane.PreviewSize properties), it is automatically shrunk down to fit this distance.

See Also

Reference