[]
Gets or sets the center of the end circle that defines the end of the gradient.
(0, 0) is the top-left corner, (1, 1) is the bottom-right corner. The default is (0.5f, 0.5f).
This property only has effect if the RadiusOfEndCircle property is set.
public PointF CenterOfEndCircle { get; set; }
Public Property CenterOfEndCircle As PointF