(Leadtools.Annotations.Rendering)

FlipReverseText Property

Show in webframe




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
public virtual bool FlipReverseText {get; set;}
public virtual bool FlipReverseText {get; set;}
@property (noatomic) BOOL flipReverseText;
            
boolean getFlipReverseText();
void setFlipReverseText(boolean value);
            
 
get_FlipReverseText();
set_FlipReverseText(value);
Object.defineProperty('FlipReverseText');

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

See Also

Reference

AnnTextObjectRenderer Class
AnnTextObjectRenderer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.