[Missing <summary> documentation for "P:CoreDevices.DeviceControls.SlideAndTextl.MaxValue"]

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

Syntax

C#
public float MaxValue { get; set; }
Visual Basic (Declaration)
Public Property MaxValue As Single
Visual C++
public:
property float MaxValue {
	float get ();
	void set (float value);
}

See Also