←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#
VB
C++
public bool AutoSizeRotatedOnly { get; set; } 
Public Property AutoSizeRotatedOnly() As Boolean 
   Get 
   Set 
public:  
   property bool AutoSizeRotatedOnly 
   { 
      bool get() 
      void set(bool value) 
   } 

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

Leadtools.Annotations.Designers Assembly