fixedGaugeLength Property

Summary

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

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

Property Value

true to use fixed gauge length instead of zooming 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 gauge even when the viewer is zoomed in. Use this property to enable changing this behavior to zooming the gauge length with the viewer's zoom.

Requirements

Target Platforms

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

Leadtools.Annotations.Rendering.JavaScript Assembly

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