'Declaration <DescriptionAttribute("The starting and ending colors of the gradient.")> Public Property LinearColors As System.Drawing.Color
[Description("The starting and ending colors of the gradient.")] public System.Drawing.Color LinearColors { get; set; }
[Description("The starting and ending colors of the gradient.")] public: __property System.Drawing.Color* get_LinearColors(); public: __property void set_LinearColors(
System.Drawing.Color*[]* value
);
[Description("The starting and ending colors of the gradient.")] public:
property System.Drawing.Color^ LinearColors { System.Drawing.Color^ get(); void set(array<System.Drawing.Color^>^ value); }