Windows.UI.Xaml.Media.LinearGradientBrush.EndPoint

June 22, 2022 · View on GitHub

-description

Gets or sets the ending two-dimensional coordinates of the linear gradient.

-xaml-syntax

<LinearGradientBrush EndPoint="x,y"/>

-xaml-values

x
xThe X value of the Point that specifies the gradient end point.
y
yThe Y value of the Point that specifies the gradient end point.
## -property-value The ending two-dimensional coordinates of the linear gradient. The default is a [Point](../windows.foundation/point.md) with value 1,1.

-remarks

-examples

-see-also