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

RadialGradientBrush Class
Represents a radial gradient brush.
Object Model
RadialGradientBrush Class
Syntax
'Declaration
 
Public Class RadialGradientBrush 
   Inherits 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