[]
Gets or sets the Point that represents the center of a radial gradient background in percentage units.
[TypeConverter(typeof(PointConverter))]
public Point Center { get; set; }
<TypeConverter(GetType(PointConverter))>
Public Property Center As Point