labels Property

Summary

Gets the collection of overlays inside the cell.

Syntax
TypeScript
JavaScript
Object.defineProperty(LayoutManagerItem.prototype, 'labels', 
	get: function() 
) 
labels: LeadCollection; // read-only 

Property Value

LeadCollection collection that contains a list of OverlayText that will be displayed on the cell.

Remarks

The difference between this and Cell.Overlays is that Cell.Overlays will be displayed on every frame, while this collection is display once on the whole cell area regardless of how many frames are displayed at once.

Requirements

Target Platforms

Help Version 22.0.2023.2.14
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.