Click or drag to resize

RubberBandMultiColor Property

Gets or sets a value indicating if the selection is a solid or dashed line.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool MultiColor { get; set; }

Property Value

Type: Boolean

true if the RubberBand is multicolor; otherwise, false. The default is true.

Remarks
If false, the selection is a solid line. Default is true.
See Also