visible Property

Summary

Determines whether the 'Drawable' is visible.

Syntax
TypeScript
JavaScript
Object.defineProperty(Drawable.prototype, 'visible', 
	get: function(), 
	set: function(value) 
) 
visible: boolean; 

Property Value

true to make the drawable visible, false to hide the drawable.

Remarks

Perform the following steps to make the drawable interactive:

  1. Create a class that derives this class.
  2. Implement the HandleDragStart, HandleDragDelta, and HandleDragStop methods.
  3. Implement the paint method so the drawable Draw can be painted.
  4. Create an instance of the new class and add it to the drawable list Drawables.
Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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