LinearGradient Members
The LinearGradient type exposes the following members.
| 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.
|
| Name | Description | |
|---|---|---|
|
EndPoint |
The end point of the gradient, where a GradientStop with Offset equal to 1 would be.
|
|
StartPoint |
The start point of the gradient, where a GradientStop with Offset equal to 0 would be.
|
|
Stops |
List of GradientStop defining the color changes within the gradient.
|
Show: