RadialGradientBrush Class

Represents a radial gradient brush.
Inheritance Hierarchy

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

The RadialGradientBrush type exposes the following members.

Constructors
  NameDescription
Public methodRadialGradientBrush
Initializes 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