Sets or returns the style used to render the X (time) scale

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

Syntax

C#
public DXVUMeterNETGDI..::..FFTXScaleConstants FFTXScale { get; set; }
Visual Basic
Public Property FFTXScale As DXVUMeterNETGDI..::..FFTXScaleConstants
	Get
	Set
Visual C++
public:
property DXVUMeterNETGDI..::..FFTXScaleConstants FFTXScale {
	DXVUMeterNETGDI..::..FFTXScaleConstants get ();
	void set (DXVUMeterNETGDI..::..FFTXScaleConstants value);
}

See Also