Click or drag to resize

RubberbandBackgroundColor Property

Gets or sets the background color of a dashed line.

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

Property Value

Type: Color
The background color of a dashed line.
Remarks
This value is only applicable when Inverted = false and the the Pen LineStyle is set to a value other then solid. Default = Transparent.
See Also