LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

RotateGripper Property (AnnObject)

Show in webframe





The location of the rotate gripper control point. This is a dependency property.
Syntax
public Point RotateGripper {get; set;}
'Declaration
 
Public Property RotateGripper As Point
'Usage
 
Dim instance As AnnObject
Dim value As Point
 
instance.RotateGripper = value
 
value = instance.RotateGripper

            

            
public:
property Point RotateGripper {
   Point get();
   void set (    Point value);
}

Property Value

The location of the rotate gripper control point.
Remarks
When an AnnObject is selected with an AnnEditDesigner, two rotate control points appear:
  1. Rotate center control point
  2. Rotate gripper control point
This property returns the location of the rotate gripper control point. For more information, refer to WPF Annotation Rotation Options.
Example

For C#/VB examples, refer to GripperDistance.

Requirements

Target Platforms

See Also

Reference

AnnObject Class
AnnObject Members
RotateCenter Property
ResetRotatePoints Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.