Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RotateCenter Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnObjectBase Class : RotateCenter Property





The location of the rotate center control point. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property RotateCenter As Point
Visual Basic (Usage)Copy Code
Dim instance As AnnObjectBase
Dim value As Point
 
instance.RotateCenter = value
 
value = instance.RotateCenter
C# 
public Point RotateCenter {get; set;}
C++/CLI 
public:
property Point RotateCenter {
   Point get();
   void set (Point value);
}
XAML Attributes Usage 

<object RotateCenter=xCenter, yCenter .../>

Dependencies Property Information 

Identifier field

RotateCenterProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.RotateCenter> <Point X=xCenter Y=yCenter/> </object.RotateCenter> </object>

XAML Attributes Usage 

<object RotateCenter=xCenter, yCenter .../>

Dependencies Property Information 

Identifier field

RotateCenterProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.RotateCenter> <Point X=xCenter Y=yCenter/> </object.RotateCenter> </object>

Return Value

The location of the rotate center control point.

Example

For C#/VB examples, refer to GripperDistance.

Remarks

When an AnnObjectBase 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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

RotateCenter requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.