Gets or sets the upper value of Slider.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int ValueUpper { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ValueUpper As Integer |
| Visual C++ |
|---|
public: property int ValueUpper { int get (); void set (int value); } |
Field Value
The upper value.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | exception thrown when value is outside appropriate range (min, max) |