public int MinimumRange {get; set;}
'Declaration
Public Property MinimumRange As Integer
'Usage
Dim instance As ColorThresholdCommandComponent
Dim value As Integer
instance.MinimumRange = value
value = instance.MinimumRange
public int MinimumRange {get; set;}
@property (nonatomic, assign) int minimumRange;
public int getMinimumRange()
public void setMinimumRange(int value)
get_MinimumRange();
set_MinimumRange(value);
Object.defineProperty('MinimumRange');
public:
property int MinimumRange {
int get();
void set ( int value);
}
Property Value
Value that represents the minimum boundary used to threshold a specific color.