LinearGradientBrush Class

Represents a linear 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 LinearGradientBrush : GradientBrush

The LinearGradientBrush type exposes the following members.

Constructors
  NameDescription
Public methodLinearGradientBrush
Initializes a new instance of the LinearGradientBrush class
Top
Properties
  NameDescription
Public propertyAngle
Gets or sets the angle.
Public propertyBrushType
Gets the brush type.
(Overrides BrushBrushType.)
Public propertyStops
Gets the stops.
(Inherited from GradientBrush.)
Top
See Also