CustomToolAttributeStartColor Property |
Gets or sets the start 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 StartColor { get; set; }
Public Property StartColor As String
Get
Set
public:
property String^ StartColor {
String^ get ();
void set (String^ value);
}
member StartColor : 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