GradientStop Class

Represents a gradient stop for a GradientBrush.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsGradientStop

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 GradientStop

The GradientStop type exposes the following members.

Constructors
  NameDescription
Public methodGradientStop
Initializes a new instance of the GradientStop class
Top
Properties
  NameDescription
Public propertyColor
Gets or sets the color.
Public propertyOffset
Gets or sets the offset.
Top
See Also