Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 805 Bytes

lineargradientbrush_startpoint.md

File metadata and controls

32 lines (23 loc) · 805 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.LinearGradientBrush.StartPoint
winrt property

Microsoft.UI.Xaml.Media.LinearGradientBrush.StartPoint

-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.
## -property-value The starting two-dimensional coordinates for the linear gradient. The default is a [Point](/uwp/api/windows.foundation.point) with value 0,0.

-remarks

-examples

-see-also