←Select platform

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
C#
Objective-C
C++/CLI
Java
public virtual bool FlipReverseText { get; set; } 
@property (nonatomic, assign) BOOL flipReverseText; 
public boolean getFlipReverseText(); 
public void setFlipReverseText( 
   boolean booleanValue 
); 
public:  
   virtual property bool FlipReverseText 
   { 
      bool get() 
      void set(bool value) 
   } 

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 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

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