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.