locationsThumbStyle Property

Summary

Gets or sets the style used to render the thumbs of this object type.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObjectRenderer.prototype, 'locationsThumbStyle', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
locationsThumbStyle: IAnnThumbStyle; 

Property Value

The style used to render the thumbs of this object type. Default value is null.

Remarks

The LocationsThumbStyle property is used by the RenderThumbs method to the render the thumbs at the specified location(s).

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