Windows.UI.Xaml.Media.LinearGradientBrush.StartPoint
June 22, 2022 · View on GitHub
-description
Gets or sets the starting two-dimensional coordinates of the linear gradient.
-xaml-syntax
<LinearGradientBrush StartPoint="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.