'Declaration
<TypeConverterAttribute(System.Drawing.PointConverter)> <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.")> Public Property GradientCenter As Point
[TypeConverter(System.Drawing.PointConverter)] [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.")] public Point GradientCenter {get; set;}