[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.RadialGradientBrush.CenterOfEndCircle

CenterOfEndCircle Property

CenterOfEndCircle

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.

Declaration
public PointF CenterOfEndCircle { get; set; }
Public Property CenterOfEndCircle As PointF