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

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

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

    The default is true.

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