fixedTickMarksLength Property

Summary

Gets or sets the value indicating whether to use fixed tick marks length when rendering ruler objects.

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

Property Value

true to use fixed tick marks length instead of zooming in/out when rendering ruler objects, false otherwise. Default value is true.

Remarks

The default behavior when rendering a ruler object is to keep the length of the tick marks, even when the viewer is zoomed in/out. Use this property to enable changing this behavior to zooming the tick marks length with viewer zoom.

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

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.