Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomationManager Class : UseRotateThumbs Property |
public bool UseRotateThumbs {get; set;}
'Declaration
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');
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.