LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

RotateGripper Property (AnnObject)






The location of the rotate gripper control point. This is a dependency property. .NET support Silverlight support
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 Point RotateGripper {get; set;}
 get_RotateGripper();
set_RotateGripper(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnObject Class
AnnObject Members
RotateCenter Property
ResetRotatePoints Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.