Gets or sets the thumb custom shape. Use ThumbRect property to determine bounding rectangle.
Namespace:
CoreDevices.DeviceControlsAssembly: 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); } |