CustomToolAttributeUseGradientColor Property |
Gets or sets a value indicating whether to use gradient color for the ModernTile.
Namespace:
Hummingbird.TestFramework.Extensibility
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public bool UseGradientColor { get; set; }
Public Property UseGradientColor As Boolean
Get
Set
public:
property bool UseGradientColor {
bool get ();
void set (bool value);
}
member UseGradientColor : bool with get, set
Property Value
Type:
Booleantrue if use gradient colors defined in
StartColor and
EndColor; otherwise,
false.
See Also