[]
Gets or sets the radius of the end circle that defines the end of the gradient, as a fraction of the normalized diagonal. The normalized diagonal length is calculated as sqrt(width² + height²) / sqrt(2).
Setting this property to a non-null value enables the following properties:
And the following properties are ignored if this property has a value:public float? RadiusOfEndCircle { get; set; }
Public Property RadiusOfEndCircle As Single?