public IAnnThumbStyle RotateCenterThumbStyle {get; set;}
public IAnnThumbStyle RotateCenterThumbStyle {get; set;}
@property (nonatomic,retain) id<LTIAnnThumbStyle> rotateCenterThumbStyle;
public IAnnThumbStyle getRotateCenterThumbStyle() public void setRotateCenterThumbStyle(IAnnThumbStyle rotateCenterThumbStyle)
get_RotateCenterThumbStyle();
set_RotateCenterThumbStyle(value);
Object.defineProperty('RotateCenterThumbStyle');
The RotateCenterThumbStyle property is used by the RenderRotatePointThumbs method to the render the thumb of the rotate center at the specified location.
For more information, refer to Annotation Rotation Options.