DrawTool.Color Property HTML5/Flash Uploader ASP.NET

Supported technologies: HTML 5

Gets or sets a draw tool color.

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

Syntax

C#
public Color Color { get; set; }

Property Value

Type: System.Drawing..Color

The color value, specifying the pen color.

Default value is #000000.

Remarks

The user may select another color using a color picker. If you don't want the user to change the color, you can hide the color picker using the EnableColorPicker.

See Also

Reference