public int YStep {get; set;}
'Declaration
Public Property YStep As Integer
'Usage
Dim instance As CorrelationCommand
Dim value As Integer
instance.YStep = value
value = instance.YStep
public int YStep {get; set;}
@property (nonatomic, assign) unsigned int yStep;
public int getYStep()
public void setYStep(int value)
get_YStep();
set_YStep(value);
Object.defineProperty('YStep');
public:
property int YStep {
int get();
void set ( int value);
}
Property Value
Value that represents the step size in the Y direction (along image height), in pixels. For best results, use 1. This property accepts only positive values.