'Declaration
<CategoryAttribute("Gradient")> <DefaultValueAttribute(System.Drawing.Point, "50,50")> <DescriptionAttribute("Gets or sets the Point that represents the center of a radial gradient background in percentage units.")> <TypeConverterAttribute(System.Drawing.PointConverter)> Public Property GradientCenter As Point
[Category("Gradient")] [DefaultValue(System.Drawing.Point, "50,50")] [Description("Gets or sets the Point that represents the center of a radial gradient background in percentage units.")] [TypeConverter(System.Drawing.PointConverter)] public Point GradientCenter {get; set;}