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

In This Topic
    RadialGradientBrush Class
    In This Topic
    Represents a radial gradient brush.
    Object Model
    RadialGradientBrush Class
    Syntax
    'Declaration
     
    Public Class RadialGradientBrush 
       Inherits Brush
    public class RadialGradientBrush : Brush 
    Remarks
    Note that as of v5.0.0.771, the object model of RadialGradientBrush was expanded to better support radial gradient brushes available on different target graphics platforms (such as PDF, bitmap or SVG). The following new properties are added: The following properties are still available for backwards compatibility, but are now hidden from IntelliSense and should not be used in new code:
    • GradientOrigin
    • CoverRectangle
    • AllowEllipticGradients
    These properties will be marked as obsolete in a future version, and may eventually be removed.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Drawing.Brush
          GrapeCity.Documents.Drawing.RadialGradientBrush

    See Also