public int XStep {get; set;}
'Declaration
Public Property XStep As Integer
'Usage
Dim instance As CorrelationCommand
Dim value As Integer
instance.XStep = value
value = instance.XStep
public int XStep {get; set;}
@property (nonatomic, assign) unsigned int xStep;
public int getXStep()
public void setXStep(int value)
get_XStep();
set_XStep(value);
Object.defineProperty('XStep');
public:
property int XStep {
int get();
void set ( int value);
}
Property Value
Value that represents the step size in the X direction (along image width), in pixels. For best results, use 1. This property accepts only positive values.