showAtRunMode Property

Summary

Gets a value that indicate whether to render this object if the container is in run mode.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnHotspotObjectRenderer.prototype, 'showAtRunMode', 
	get: function() 
) 
showAtRunMode: boolean; // read-only 

Property Value

true to render this object if the container is in run mode, otherwise; false.

Remarks

The value of this property will be true if the container is in run mode and hotspot object will be not be rendered (invisible). Derived classes can override this property if chose to render the object even at run mode.

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.Annotations.Rendering.JavaScript Assembly

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