DrawTool.Width Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a draw tool width.

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

Syntax

C#
public int Width { get; set; }

Property Value

Type: System..Int32

The number specifying the pen width.

Default value is 20.

Remarks

The user may change width using a width slider on the toolbar. If you don't want the user to change it, you can hide the slider using the EnableWidthSlider property.

See Also

Reference