Sets or retrieves the font used in the FFT scale

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

Syntax

C#
public Font FFTScaleFont { get; set; }
Visual Basic
Public Property FFTScaleFont As Font
	Get
	Set
Visual C++
public:
property Font^ FFTScaleFont {
	Font^ get ();
	void set (Font^ value);
}

See Also