[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.RadialGradientBrush.CenterOfStartCircle

CenterOfStartCircle Property

CenterOfStartCircle

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.

Declaration
public PointF? CenterOfStartCircle { get; set; }
Public Property CenterOfStartCircle As PointF?