ModernTileEndColor Property |
Gets or sets the end color for gradient background
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public Color EndColor { get; set; }
Public Property EndColor As Color
Get
Set
public:
property Color EndColor {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
The end color.
See Also