MSI Afterburner - MSI Graphics Card Performance Booster
Gets the minimum limit for graphs.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public float MinLimit { get; }
Visual Basic
Public ReadOnly Property MinLimit As Single
	Get
Visual C++
public:
property float MinLimit {
	float get ();
}

See Also