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