Gets the thumb rect. Usefull to determine bounding rectangle when creating custom thumb shape.

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

Syntax

C#
public Rectangle ThumbRectLower { get; }
Visual Basic (Declaration)
Public ReadOnly Property ThumbRectLower As Rectangle
Visual C++
public:
property Rectangle ThumbRectLower {
	Rectangle get ();
}

Field Value

The thumb rect.

See Also