LinearGradient Constructor
| Name | Description | |
|---|---|---|
|
LinearGradient() |
Creates and initializes a new linear gradient with default values.
|
|
LinearGradient(Point, Point) |
Creates and initializes a new linear gradient, using the specified start point and end point.
|
|
LinearGradient(Point, Point, array<GradientStop>) |
Creates and initializes a new linear gradient, using the specified start point, end point, and stops.
|
Show: