'Declaration Public Property GradientStops As Vintasoft.Imaging.Drawing.GradientStop[]
public Vintasoft.Imaging.Drawing.GradientStop[] GradientStops { get; set; }
public: __property Vintasoft.Imaging.Drawing.GradientStop*[] get_GradientStops(); public: __property void set_GradientStops(
Vintasoft.Imaging.Drawing.GradientStop*[]* value
);
public:
property Vintasoft.Imaging.Drawing.GradientStop^[] GradientStops { Vintasoft.Imaging.Drawing.GradientStop^[] get(); void set(array<Vintasoft.Imaging.Drawing.GradientStop^>^ value); }