'Declaration
<CategoryAttribute("Gradient")> <DefaultValueAttribute("")> <DescriptionAttribute("Gets or sets the Blend object used to paint the background gradient.")> <TypeConverterAttribute(C1.Framework.BlendConverter)> Public Property GradientBlend As Blend
[Category("Gradient")] [DefaultValue("")] [Description("Gets or sets the Blend object used to paint the background gradient.")] [TypeConverter(C1.Framework.BlendConverter)] public Blend GradientBlend {get; set;}