RadiusOfStartCircle Property
Gets or sets the radius of the start circle that defines the beginning of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width² + height²) / sqrt(2).
This property only has effect if the RadiusOfEndCircle property is set.
The default is 0.
public System.float RadiusOfStartCircle {get; set;}
'Declaration
Public Property RadiusOfStartCircle As System.Single