RadialGradientBrush.EndRadius
From Xojo Documentation
Property (As Double )
aRadialGradientBrush.EndRadius = newDoubleValue
or
DoubleValue = aRadialGradientBrush.EndRadius
Supported for all project types and targets.
or
DoubleValue = aRadialGradientBrush.EndRadius
Supported for all project types and targets.
The position within the Graphics object where the gradient will end.
Notes
Windows does not support the StartRadius. Therefore, if the StartPoint and EndPoint are not the same and the StartRadius is greater than 0, an InvalidArgumentException will occur. |
If the EndRadius does not reach the edge of the drawing, the color of the last GradientStop will be use to fill the remaining area.
See Also
EndRadius property.