DrawTool.MaxWidth Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a upper value of the width slider of the draw tool.

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

Syntax

C#
public int MaxWidth { get; set; }

Property Value

Type: System..Int32

The number specifying a upper value of the width slider of the draw tool.

Default value is 100.

Remarks

You can hide the slider using the EnableWidthSlider property.

See Also

Reference