labels Property

Summary

Gets the collection of overlays inside the cell.

Syntax

JavaScript Syntax
Object.defineProperty(LayoutManagerItem.prototype, 'labels', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly