LinearGradientBrush Class

Represents a linear gradient brush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsBrush
    Dundas.BI.Entities.ViewsGradientBrush
      Dundas.BI.Entities.ViewsLinearGradientBrush

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 LinearGradientBrush : GradientBrush

The LinearGradientBrush type exposes the following members.

Constructors
 NameDescription
Public methodLinearGradientBrushInitializes 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