Gets or sets the size of the thumb.

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

Syntax

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

Field Value

The size of the thumb.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionexception thrown when value is lower than zero or grather than half of appropiate dimension

See Also