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

In This Topic
    RadiusOfStartCircle Property
    In This Topic
    Gets or sets the radius of the start circle that defines the beginning of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width² + height²) / sqrt(2).

    This property only has effect if the RadiusOfEndCircle property is set.

    The default is 0.

    Syntax
    'Declaration
     
    Public Property RadiusOfStartCircle As System.Single
    public System.float RadiusOfStartCircle {get; set;}
    See Also