Gets or sets a value indicating whether the glow is animated.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public bool AnimateGlow { get; set; } |
Visual Basic (Declaration) |
---|
Public Property AnimateGlow As Boolean |
Visual C++ |
---|
public: property bool AnimateGlow { bool get (); void set (bool value); } |