public int RollingBall {get; set;}
'Declaration
Public Property RollingBall As Integer
'Usage
Dim instance As SubtractBackgroundCommand
Dim value As Integer
instance.RollingBall = value
value = instance.RollingBall
public int RollingBall {get; set;}
@property (nonatomic, assign) NSUInteger rollingBall
public int getRollingBall()
public void setRollingBall(int value)
<br/>get_RollingBall();<br/>set_RollingBall(value);<br/>Object.defineProperty('RollingBall');
public:
property int RollingBall {
int get();
void set ( int value);
}
Property Value
The radius (in pixels) of the ball that will roll over the entire image to determine the background. Recommended value is 50. This property accepts only positive values.