public int Radius {get; set;}
public int Radius {get; set;}
@property (nonatomic, assign) int radius;
public int getRadius()
public void setRadius(int value)
get_Radius();
set_Radius(value);
Object.defineProperty('Radius');
public:
property int Radius {
int get();
void set ( int value);
}
Property Value
Value that indicates the size of the neighborhood used for blurring each pixel of the image.