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 > AnnAutomation Class : CanResetRotatePoints Property |
public bool CanResetRotatePoints {get;}
'Declaration
Public ReadOnly Property CanResetRotatePoints As Boolean
public bool CanResetRotatePoints {get;}
@property (nonatomic, readonly) BOOL canResetRotatePoints;
public boolean canResetRotatePoints();
get_CanResetRotatePoints();
This property gets a value that indicates whether the currently selected AnnObject is able to have its rotate control points reset to the default location.
For this to be true, the selected AnnObject must not be unlocked (see IsLocked) and the edit designer must have rotate control points enabled (see UseRotateThumbs).
Call ResetRotatePoints to actually reset the points.