public int MinimumOutput {get; set;}
'Declaration
Public Property MinimumOutput As Integer
'Usage
Dim instance As ZeroToNegativeCommand
Dim value As Integer
instance.MinimumOutput = value
value = instance.MinimumOutput
public int MinimumOutput {get; set;}
@property (nonatomic, assign) NSInteger minimumOutput
public int getMinimumOutput()
public void setMinimumOutput(int value)
<br/>get_MinimumOutput();<br/>set_MinimumOutput(value);<br/>Object.defineProperty('MinimumOutput');
public:
property int MinimumOutput {
int get();
void set ( int value);
}
Property Value
The minimum allowed value, which means that the image data values after applying the command will not be less than this value.