Summary
Syntax
public ImmutableConicGradientBrush(IReadOnlyList<ImmutableGradientStop> gradientStops, double opacity = 1, GradientSpreadMethod spreadMethod = Pad, RelativePoint? center = null, double angle = 0)
Parameters
Name |
Type |
Description |
gradientStops |
IReadOnlyList<ImmutableGradientStop> |
The gradient stops. |
opacity |
double |
The opacity of the brush. |
spreadMethod |
GradientSpreadMethod |
The spread method. |
center |
RelativePoint? |
The center point for the gradient. |
angle |
double |
The starting angle for the gradient. |
Return Value