RadialGradientBrush.StartRadius
From Xojo Documentation
Property (As Double )
aRadialGradientBrush.StartRadius = newDoubleValue
or
DoubleValue = aRadialGradientBrush.StartRadius
Supported for all project types and targets.
or
DoubleValue = aRadialGradientBrush.StartRadius
Supported for all project types and targets.
The distance from the StartPoint to the point at which the gradient will start.
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. |
See Also
EndRadius property.