←Select platform

AutoSizeRotatedOnly Property

Summary

Enables resizing the text object to adjust it to fit within the boundaries of the enclosing text when rotated.

Syntax
C#
C++/CLI
Python
public bool AutoSizeRotatedOnly { get; set; } 
public:  
   property bool AutoSizeRotatedOnly 
   { 
      bool get() 
      void set(bool value) 
   } 
AutoSizeRotatedOnly # get and set (AnnTextEditDesigner) 

Property Value

true to enable resizing the text object to adjust it to fit the boundary of the enclosing text when rotated; otherwise, false. The default value is false.

Remarks

This property only works when the value of AutoSizeAfterEdit is set to true and the text object has a rotation angle.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly

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