←Select platform

RotateCenter Property

Summary

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

Syntax

C#
VB
C++
public Point RotateCenter { get; set; } 
  
Public Property RotateCenter As Point 
public: 
property Point RotateCenter { 
   Point get(); 
   void set (    Point ); 
} 

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

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

Leadtools.Windows.Annotations Assembly