public int ShiftAmount {get; set;}
'Declaration
Public Property ShiftAmount As Integer
'Usage
Dim instance As ZeroToNegativeCommand
Dim value As Integer
instance.ShiftAmount = value
value = instance.ShiftAmount
public int ShiftAmount {get; set;}
@property (nonatomic, assign) int shiftAmount;
public int getShiftAmount()
public void setShiftAmount(int value)
get_ShiftAmount();
set_ShiftAmount(value);
Object.defineProperty('ShiftAmount');
public:
property int ShiftAmount {
int get();
void set ( int value);
}
Property Value
Value that is used to shift the image data to the negative side.