Gets or sets the number of slices of the slider

Namespace: VideoDVR
Assembly: VideoDVR (in VideoDVR.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also