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 > AnnAutomationObject Class : UseRotateThumbs Property |
public virtual bool UseRotateThumbs {get; set;}
'Declaration
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');
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.