Sets or returns the style used to render the Y (level) scale

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

Syntax

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

See Also