←Select platform

UseRotateThumbs Property

Summary

Enables or disables the use of rotate thumbs of this AnnAutomationObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual bool UseRotateThumbs { get; set; } 
Public Overridable Property UseRotateThumbs As Boolean 
public virtual bool UseRotateThumbs {get; set;} 
@property (nonatomic) BOOL useRotateThumbs; 
public boolean getUseRotateThumbs() 
public void setUseRotateThumbs(boolean useRotateThumbs) 
             
 <br/>get_UseRotateThumbs();<br/>set_UseRotateThumbs(value);<br/>Object.defineProperty('UseRotateThumbs');  
public:  
   virtual property bool UseRotateThumbs 
   { 
      bool get() 
      void set(bool value) 
   } 

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 a AnnObject or a AnnGroupObject in design mode with a 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly