Gets or sets a value indicating whether to draw semitransparent thumb.
Namespace:
CoreDevices.DeviceControls
Assembly:
Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool DrawSemitransparentThumb { get; set; } |
Visual Basic (Declaration) |
---|
Public Property DrawSemitransparentThumb As Boolean |
Visual C++ |
---|
public:
property bool DrawSemitransparentThumb {
bool get ();
void set (bool value);
} |
Field Value
true if semitransparent thumb should be drawn; otherwise,
false.
See Also