public int Threshold {get; set;}
'Declaration
Public Property Threshold As Integer
'Usage
Dim instance As ShrinkWrapCommand
Dim value As Integer
instance.Threshold = value
value = instance.Threshold
public int Threshold {get; set;}
@property (nonatomic, assign) NSInteger threshold
public void setThreshold(int value)
public int getThreshold()
<br/>get_Threshold();<br/>set_Threshold(value);<br/>Object.defineProperty('Threshold');
public:
property int Threshold {
int get();
void set ( int value);
}
Property Value
Integer value ranging from 0 to 255.