Constructor that creates a linear gradient multi-color-fill, setting Type to
Brush using the specified colors. This gradient fill
consists of many colors based on a ColorBlend object. The gradient
angle is defaulted to zero.
| C# | Visual Basic | Visual C++ |
public Fill( ColorBlend blend )
Public Sub New ( _ blend As ColorBlend _ )
public: Fill ( ColorBlend^ blend )
- blend (ColorBlend)
- The ColorBlend object that defines the colors and positions along the gradient.
