Gets or sets the length of the rotate gripper control point.
public LeadLengthD RotateGripper { get; set; }
Public Property RotateGripper As Leadtools.LeadLengthD
public Leadtools.LeadLengthD RotateGripper {get; set;}
@property (nonatomic) LeadLengthD rotateGripper;
public LeadLengthD getRotateGripper()
public void setRotateGripper(LeadLengthD rotateGripper)
get_RotateGripper();
set_RotateGripper(value);
Object.defineProperty('RotateGripper');
public:
property LeadLengthD^ RotateGripper
{
LeadLengthD^ get()
void set(LeadLengthD^ value)
}
The length of the rotate gripper control point. The default value is calculated from the current object points.
When an AnnObject is selected, two rotate control points appear:
This property returns the length of the rotate gripper control point. For more information, refer to Annotation Rotation Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET