fixedArrowLength Property

Summary

Gets or sets the value indicating whether to use fixed arrow length when rendering pointer objects.

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

Property Value

true to use fixed arrow length instead of zooming when rendering pointer objects; otherwise, false. The default value is true.

Remarks

The default behavior when rendering a pointer object is to keep the length of the arrow the same even when the viewer is zoomed. Use the fixedArrowLength to enable changing the default behavior to zooming the arrow length as well as the viewer when the viewer is zoomed.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.JavaScript Assembly