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

BackgroundImageFormat.Height Property

Height of the background image.

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

A positive integer value that specifies the height of the background image (in pixels).

Default value is 50.

Remarks

The image will be resized to the specified dimensions without keeping aspect ratio.

See Also

Reference