Gets or sets the size of the thumb round rectangle edges.

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

Syntax

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

Field Value

The size of the thumb round rectangle edges.

See Also