Gets or sets the alternative form.

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

Syntax

C#
public bool AlternativeForm { get; set; }
Visual Basic (Declaration)
Public Property AlternativeForm As Boolean
Visual C++
public:
property bool AlternativeForm {
	bool get ();
	void set (bool value);
}

Field Value

The alternative form.

See Also