public int MaximumRange {get; set;}
'Declaration
Public Property MaximumRange As Integer
'Usage
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
instance.MaximumRange = value
value = instance.MaximumRange
public int MaximumRange {get; set;}
@property (nonatomic, assign) int maximumRange;
public int getMaximumRange()
public void setMaximumRange(int value)
get_MaximumRange();
set_MaximumRange(value);
Object.defineProperty('MaximumRange');
public:
property int MaximumRange {
int get();
void set ( int value);
}
Property Value
Value that represents the maximum boundary used to threshold a specific color.