Click or drag to resize

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; }

Property Value

Type: Boolean
true if use gradient colors defined in StartColor and EndColor; otherwise, false.
See Also