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