[Missing <summary> documentation for "P:CoreDevices.Devices.FilterWheel.CurrentStop"]

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

Syntax

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

See Also