DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RadialGradientBrush Class / CenterOfEndCircle Property

In This Topic
CenterOfEndCircle Property
In This Topic
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.

Syntax
'Declaration
 
Public Property CenterOfEndCircle As System.Drawing.PointF
 
See Also