Gets or sets the step.

Namespace: Dapfor.Net.Editors
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public int Step { get; set; }
Visual Basic
Public Property Step As Integer
	Get
	Set
Visual C++
public:
property int Step {
	int get ();
	void set (int value);
}
F#
member Step : int with get, set

Property Value

Type: Int32
The step.

See Also