actions Property

Summary

Gets a list of actions for the 3D cell

Syntax
TypeScript
JavaScript
Object.defineProperty(Cell3D.prototype, 'actions', 
	get: function() 
) 
actions: { [key: number]: Interactive3DAction }; // read-only 

Property Value

List of Interactive3DAction actions.

Remarks

By default, 3 actions are added to list:

  1. Interactive3DAction.Rotate3D for the left mouse button.
  2. Interactive3DAction.Scale for the middle mouse button
  3. Interactive3DAction.WindowLevel for the right mouse button.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.