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, drawn at the
specified angle (degrees).
| C# | Visual Basic | Visual C++ |
public Fill( ColorBlend blend, float angle )
Public Sub New ( _ blend As ColorBlend, _ angle As Single _ )
public: Fill ( ColorBlend^ blend, float angle )
- blend (ColorBlend)
- The ColorBlend object that defines the colors and positions along the gradient.
- angle (Single)
- The angle (degrees) of the gradient fill
