LinearGradientBrush.EndPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ending two-dimensional coordinates of the linear gradient.
public:
property Point EndPoint { Point get(); void set(Point value); };
Point EndPoint();
void EndPoint(Point value);
public Point EndPoint { get; set; }
var point = linearGradientBrush.endPoint;
linearGradientBrush.endPoint = point;
Public Property EndPoint As Point
<LinearGradientBrush EndPoint="x,y"/>
Property Value
The ending two-dimensional coordinates of the linear gradient. The default is a Point with value 1,1.