←Select platform

UseRotateThumbs Property

Summary

Gets or sets a value that indicates whether to show the rotation thumbs when an object is selected.

Syntax

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

Property Value

true to show the rotation thumbs when an object is selected; otherwise, false. The default value is true.

Remarks

Setting the value of this property will iterate through all the current automation objects set in Objects and updating the value of AnnEditDesigner.UseRotateThumbs accordingly. Changing the value does not end any current designers. The application can use a keyboard or menu shortcut to enable showing/hiding the rotation thumbs at any time regardless of whether any object is currently being edited.

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