Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 709 Bytes

compositiongradientbrush_colorstops.md

File metadata and controls

27 lines (15 loc) · 709 Bytes
-api-id -api-type
P:Windows.UI.Composition.CompositionGradientBrush.ColorStops
winrt property

Windows.UI.Composition.CompositionGradientBrush.ColorStops

-description

Gets the brush's gradient stops.

-property-value

A collection of the CompositionColorGradientStop objects associated with the brush, each of which specifies a color and an offset along the brush's gradient axis. The default is an empty CompositionColorGradientStopCollection.

-remarks

-see-also

-examples