Gets or sets the minimum value.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int Minimum { get; set; }
Visual Basic (Declaration)
Public Property Minimum As Integer
Visual C++
public:
property int Minimum {
	int get ();
	void set (int value);
}

Field Value

The minimum value.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionexception thrown when minimal value is greather than maximal one

See Also