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