Implements MaxLimit.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public SmartValue MaxLimit { get; set; }
Visual Basic (Declaration)
Public Property MaxLimit As SmartValue
Visual C++
public:
virtual property SmartValue MaxLimit {
	SmartValue get () sealed;
	void set (SmartValue value) sealed;
}

Implements

ISlider..::.MaxLimit

See Also