public int Factor {get; set;}
'Declaration
Public Property Factor As Integer
'Usage
Dim instance As MultiplyCommand
Dim value As Integer
instance.Factor = value
value = instance.Factor
public int Factor {get; set;}
@property (nonatomic, assign) unsigned int factor;
public int getFactor()
public void setFactor(int value)
get_Factor();
set_Factor(value);
Object.defineProperty('Factor');
public:
property int Factor {
int get();
void set ( int value);
}
Property Value
An integer which represents the factor to be used when multiplying image values. The factor used is equal to Factor/100. Only positive values are accepted.