public bool CanResetRotatePoints {get;}
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 Leadtools.Annotations.Core.AnnObject is able to have its rotate control points reset to the default location.
For this to be true, the selected Leadtools.Annotations.Core.AnnObject must not be unlocked (see Leadtools.Annotations.Core.AnnObject.IsLocked) and the edit designer must have rotate control points enabled (see Leadtools.Annotations.Designers.AnnEditDesigner.UseRotateThumbs).
Call ResetRotatePoints to actually reset the points.