Start Property
Summary
Gets or sets the starting color value for the gradient. This is a dependency property.
Syntax
public Color Start { get; set; }
Public Property Start As Color
public:
property Color Start {
Color get();
void set ( Color );
}
Property Value
a System.Windows.Media.Color that specifies the starting color value for the gradient. Default value is Black.