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

In This Topic
    ExtendStartCircle Property
    In This Topic
    Gets or sets a value indicating whether to extend the gradient beyond the start circle.

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

    The default is true.

    Syntax
    'Declaration
     
    Public Property ExtendStartCircle As System.Boolean
    public System.bool ExtendStartCircle {get; set;}
    See Also