Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
The LinearGradient type exposes the following members.
Constructors
| 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.
|
Methods
| Name | Description | |
|---|---|---|
![]() |
Close |
Properties
| 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.
|
.gif)
.gif)