Gets or sets trackbar's large change. It affects how to behave when PageUp/PageDown 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 LargeChange { get; set; } |
Visual Basic (Declaration) |
---|
Public Property LargeChange As UInteger |
Visual C++ |
---|
public: property unsigned int LargeChange { unsigned int get (); void set (unsigned int value); } |