←Select platform

UseRotateThumbs Property

Summary
Enables or disables the use of rotate thumbs of this AnnAutomationObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool UseRotateThumbs { get; set; } 
@property (nonatomic, assign) BOOL useRotateThumbs; 
public boolean getUseRotateThumbs() 
public void setUseRotateThumbs(boolean useRotateThumbs) 
public:  
   virtual property bool UseRotateThumbs 
   { 
      bool get() 
      void set(bool value) 
   } 
UseRotateThumbs # get and set (AnnAutomationObject) 

Property Value

true to enable rotate thumbs for AnnObject rotation; otherwise, it is false. The default value is true.

Remarks

For more control over rotating an AnnObject or an AnnGroupObject in design mode with an AnnEditDesigner, set this property to true. This allows the user to precisely control the rotate center, as well as the rotate angle, by moving the rotate thumbs.

For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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