Gets or sets the step size.
Read-write property
[Visual Basic .NET] |
---|
Public Property StepSize() As Double |
[C#] |
---|
public double StepSize {get; set;} |
[Managed C++] |
---|
public: __property double get_StepSize(); |
[Unmanaged C++] |
---|
public: HRESULT get_StepSize( |
[Java] |
---|
public double getStepSize();public void setStepSize( |