C-DEngine 5.105

nmiCtrlEndlessSlider..::..LineWidth Property

Width of the lines

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

Syntax


public int LineWidth { get; set; }
Public Property LineWidth As Integer
	Get
	Set
public:
property int^ LineWidth {
	int^ get ();
	void set (int^ value);
}