Gets or sets the color of the thumb pen.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Color ThumbPenColor { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ThumbPenColor As Color |
| Visual C++ |
|---|
public: property Color ThumbPenColor { Color get (); void set (Color value); } |