'Declaration
<DescriptionAttribute("Gets or sets a ColorBlend that defines a multicolor gradient.")> <TypeConverterAttribute(C1.Framework.ColorBlendConverter)> <DefaultValueAttribute("")> <CategoryAttribute("Gradient")> Public Property GradientInterpolationColors As ColorBlend
[Description("Gets or sets a ColorBlend that defines a multicolor gradient.")] [TypeConverter(C1.Framework.ColorBlendConverter)] [DefaultValue("")] [Category("Gradient")] public ColorBlend GradientInterpolationColors {get; set;}