flipReverseText Property

Summary

Gets or sets a value that indicate whether the text inside the object is rendered flip or reversed when the object is orientation is changed.

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

Property Value

true to render the text inside the object flip or reversed when the object is orientation is changed, otherwise; false. Default value is false.

Remarks

The value of this property will determine how the text is rendered when the owner object is flipped or reserved. Set to false to leave the text always in the correct top-left orientation regardless if the object itself is flipped or reserved. Or set it to true to show the text flipped and or reversed when the object itself flips or reverses.

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.