Instance Property
endRadius
The radius of the end circle, relative to the drawing bounds.
Declaration
var endRadius: CGFloat { get set }Declaration
@property (nonatomic) CGFloat endRadius;Declaration
endRadius() -> float
setEndRadius_(endRadius: float)Discussion
The value is relative to the bounding rectangle in which the gradient drawn. To get the absolute value, multiple the stored value by the square root of the product of the side lengths of the bounding rectangle.