labelRenderer Property

Summary

Gets or sets the object used to render the labels of an AnnObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(IAnnObjectRenderer.prototype, 'labelRenderer', 
	get: function(), 
	set: function(value) 
) 
labelRenderer: IAnnLabelRenderer; 

Property Value

The object used to render the labels of an AnnObject. This must be a default IAnnLabelRenderer object or a user derived class. Default value is null.

Remarks

The Initialize method initializes an IAnnLabelRenderer object and sets it in this property. This is the default label renderer used on this platform. You can set your own derived class in this property if needed.

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.Engine Assembly
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.