Sets or returns the thickness of the lines used to render the Oscilloscope and the FFT when using the Line style

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

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

Field Value

Thickness of the lines is meassured in pixels

Return Value

Returns the thickness of the lines

Remarks

Set the property to 0 to hide the lines

See Also