Gets or sets a value that represents the step size at which the color will change.
public int StepSize {get; set;}
'Declaration
Public Property StepSize As Integer
'Usage
Dim instance As FadedMaskCommand
Dim value As Integer
instance.StepSize = value
value = instance.StepSize
public int StepSize {get; set;}
get_StepSize();
set_StepSize(value);
Object.defineProperty('StepSize');
public:
property int StepSize {
int get();
void set ( int value);
}
Property Value
Step size at which the color will change. This value is in pixels.