Click or drag to resize

CustomToolAttributeEndColor Property

Gets or sets the end point of the Background color of the Tile.

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string EndColor { get; set; }

Property Value

Type: String
The string that represents a color, either in format #AARRGGBB or #RRGGBB or a valid HTML Color code.
See Also