Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.03 KB

lineargradientbrush_lineargradientbrush_1811705505.md

File metadata and controls

27 lines (18 loc) · 1.03 KB
-api-id -api-type
M:Windows.UI.Xaml.Media.LinearGradientBrush.#ctor(Windows.UI.Xaml.Media.GradientStopCollection,System.Double)
winrt method

Windows.UI.Xaml.Media.LinearGradientBrush.LinearGradientBrush

-description

Initializes a new instance of the LinearGradientBrush class that has the specified GradientStopCollection and angle.

-parameters

-param gradientStopCollection

The GradientStops to set on this brush.

-param angle

A System.Double that represents the angle, in degrees, of the gradient. A value of 0 creates a horizontal gradient, and a value of 90 creates a vertical gradient. Negative values are permitted, as are values over 360 (which are treated as mod 360).

-remarks

-examples

-see-also