maintainAspectRatio Property

Summary

Gets or sets a value that indicates whether to preserve the aspect ratio when moving a corner thumb.

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

Property Value

true to preserve the aspect ratio when moving a corner thumb; otherwise, it is false. The default value is true.

Remarks

When selecting an AnnRectangleObject, or any annotation object that derives from an AnnRectangleObject, eight thumbs appear. If MaintainAspectRatio is true (default), dragging one of the four corner thumbs changes the size of the annotation object while maintaining its aspect ratio. If false, the aspect ratio won't be preserved.

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.Designers Assembly

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