FixedGaugeLength Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnPolyRulerObjectRenderer.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. Use this property to enable changing this behavior to zooming the gauge length with viewer zoom.

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