C-DEngine 5.105

nmiCtrlEndlessSlider..::..StepFactor Property

how fast should values decrease/increase

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public double StepFactor { get; set; }
Public Property StepFactor As Double
	Get
	Set
public:
property double^ StepFactor {
	double^ get ();
	void set (double^ value);
}