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

ImageFormat.Width Property

Width of a button or icon.

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

Syntax

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

Property Value

A positive integer value that specifies the width of a button or icon (in pixels).

Default value is 50.

Remarks

If the button/icon image has different size, it is resized (without keeping aspect ratio).

See Also

Reference