Table of Contents

Property GradientStops

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

GradientStops

Retrieves the original gradient stop values used when creating the collection.

IReadOnlyList<GradientStop> GradientStops { get; }

Property Value

IReadOnlyList<GradientStop>

Remarks

This corresponds to a call to ID2D1GradientStopCollection::GetGradientStops().