←Select platform

RotateGripper Property

Summary

Gets or sets the length of the rotate gripper control point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
   } 

Property Value

The length of the rotate gripper control point. The default value is calculated from the current object points.

Remarks

When an AnnObject is selected, two rotate control points appear:

  1. Rotate center control point
  2. Rotate gripper control point

This property returns the length of the rotate gripper control point. For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly