Gets or sets the maximum value.
Namespace:
CoreDevices.DeviceControlsAssembly: Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public int Maximum { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Maximum As Integer |
| Visual C++ |
|---|
public: property int Maximum { int get (); void set (int value); } |
Field Value
The maximum value.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | exception thrown when maximal value is lower than minimal one |