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
Remarks
This corresponds to a call to ID2D1GradientStopCollection::GetGradientStops().