Gradient error messages background colors

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public virtual ColorCollection ErrorMessagesBackgroundGradientColors { get; set; }
Visual Basic (Declaration)
Public Overridable Property ErrorMessagesBackgroundGradientColors As ColorCollection
Visual C++
public:
virtual property ColorCollection^ ErrorMessagesBackgroundGradientColors {
	ColorCollection^ get ();
	void set (ColorCollection^ value);
}

See Also