Change property (ILEADAlphaAction)

Visual Basic example

Visual C++ example

 

Syntax

long Change

Overview

Refer to Using the Image Viewer

Remarks

(Medical Imaging Suite) Gets or sets a percentage value that represents the mouse sensitivity. Possible values are >= 0. Default is 100. A value of 100 indicates that the amount of change in the action is equal to the amount of movement of the mouse. For example, if the mouse is moved 1 pixel, the action changes by 1 unit. A value of 50 indicates that the amount of change in the action is 50% of the amount of mouse movement. For example, if the mouse is moved 2 pixels, the action only changes by one unit.

This property is applied at the container level.

To change the current mouse sensitivity for this alpha action, set this property and call the SetAction method.

This property is updated with the current mouse sensitivity value by calling the GetAction method.

See Also

Elements:

Cursor Property, CircularMouseMove Property, Use Property, SetKeyboardAction Method, SetMouseButtonAction Method, ActivateAction Method, Key Property, Modifier Property, SetAction Method, GetAction Method, GetKeyboardAction Method, Factor Property.

Topics:

Image Viewer: Alpha Action