Gets or sets the thumb custom shape. Use ThumbRect property to determine bounding rectangle.

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

Syntax

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

Field Value

The thumb custom shape. null means default shape

See Also