Gets or sets the mouse wheel bar partitions.

Namespace:  CoreDevices.DeviceControls
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int MouseWheelBarPartitions { get; set; }
Visual Basic (Declaration)
Public Property MouseWheelBarPartitions As Integer
Visual C++
public:
property int MouseWheelBarPartitions {
	int get ();
	void set (int value);
}

Field Value

The mouse wheel bar partitions.

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionexception thrown when value isn't greather than zero

See Also