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

RotateCenter Property (AnnObject)






The location of the rotate center control point. This is a dependency property. .NET support Silverlight support
Syntax
public Point RotateCenter {get; set;}
'Declaration
 
Public Property RotateCenter As Point
'Usage
 
Dim instance As AnnObject
Dim value As Point
 
instance.RotateCenter = value
 
value = instance.RotateCenter
public Point RotateCenter {get; set;}
 get_RotateCenter();
set_RotateCenter(value);
public:
property Point RotateCenter {
   Point get();
   void set (    Point value);
}

Property Value

The location of the rotate center 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 center 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
RotateGripper Property
ResetRotatePoints Method

 

 


Products | Support | Contact Us | Copyright Notices

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