Gets or sets trackbar's small change. It affects how to behave when directional keys are pressed
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public uint SmallChange { get; set; } |
Visual Basic (Declaration) |
---|
Public Property SmallChange As UInteger |
Visual C++ |
---|
public: property unsigned int SmallChange { unsigned int get (); void set (unsigned int value); } |