Click or drag to resize

RubberBandBackColor Property

Gets or sets a System.Drawing.Color that represents the color behind the 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 Color BackColor { get; set; }

Property Value

Type: Color
A System.Drawing.Color that represents the color behind the dashed line.
Remarks
This property is only used if MultiColor is set to true. The default is Color.White.
See Also