[]
Gets or sets the center of the start circle that defines the beginning of the gradient.
(0, 0) is the top-left corner, (1, 1) is the bottom-right corner.
If not specified, the center of the start circle coincides with CenterOfEndCircle.
public PointF? CenterOfStartCircle { get; set; }
Public Property CenterOfStartCircle As PointF?