Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RadialGradientBrush Class / CenterOfStartCircle Property

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

    Syntax
    'Declaration
     
    Public Property CenterOfStartCircle As System.Nullable(Of PointF)
    public System.Nullable<PointF> CenterOfStartCircle {get; set;}
    See Also