isVisible Property

Summary

Shows or hides this AnnLabel.

Syntax

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

Property Value

true to show the AnnLabel; otherwise, it is false to hide it.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly