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;}
<br/>get_StepSize();<br/>set_StepSize(value);<br/>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.