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; }
Public Property EndColor As String
Get
Set
public:
property String^ EndColor {
String^ get ();
void set (String^ value);
}
member EndColor : string with 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