RadialGradientBrush Class

Represents a radial gradient brush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBrush
    Dundas.BI.Entities.ViewsGradientBrush
      Dundas.BI.Entities.ViewsRadialGradientBrush

Namespace: Dundas.BI.Entities.Views
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class RadialGradientBrush : GradientBrush

The RadialGradientBrush type exposes the following members.

Constructors
 NameDescription
Public methodRadialGradientBrushInitializes a new instance of the RadialGradientBrush class
Top
Properties
 NameDescription
Public propertyBrushType Gets the brush type.
(Overrides BrushBrushType)
Public propertyPositionType Gets or sets the type of the position.
Public propertyShapeType Gets or sets the type of the shape.
Public propertySizeType Gets or sets the type of the size.
Public propertyStops Gets the stops.
(Inherited from GradientBrush)
Top
See Also