Gets or sets the ending background color of the linear gradient.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public virtual Color GradientEndBackColor { get; set; } |
Visual Basic |
---|
Public Overridable Property GradientEndBackColor As Color
Get
Set |
Visual C++ |
---|
public:
virtual property Color GradientEndBackColor {
Color get ();
void set (Color value);
} |
F# |
---|
abstract GradientEndBackColor : Color with get, set
override GradientEndBackColor : Color with get, set |
Property Value
Type:
ColorThe ending background color of the linear gradient.
See Also