LinearGradientBrush Constructor (GradientStopCollection^, Point, Point)

 

Initializes a new instance of the LinearGradientBrush class that has the specified gradient stops, StartPoint, and EndPoint.

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
LinearGradientBrush(
	GradientStopCollection^ gradientStopCollection,
	Point startPoint,
	Point endPoint
)

Parameters

gradientStopCollection
Type: System.Windows.Media::GradientStopCollection^

The GradientStops to set on this brush.

startPoint
Type: System.Windows::Point

The StartPoint of the gradient.

endPoint
Type: System.Windows::Point

The EndPoint of the gradient.

The MappingMode of the brush is initialized to RelativeToBoundingBox.

.NET Framework
Available since 3.0
Return to top
Show: