Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RadialGradientBrush Class / CoverRectangle Property

In This Topic
    CoverRectangle Property
    In This Topic
    Gets or sets a value indicating whether the ending shape of the gradient is calculated to cover the entire rectangular area of the figure being filled.

    The default is false, which would normally be used when filling ellipses. Setting this to true is useful when filling rectangles.

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