| Visual Basic (Declaration) | |
|---|---|
Public Property RotateCenter As Point | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnObject Dim value As Point instance.RotateCenter = value value = instance.RotateCenter | |
| C# | |
|---|---|
public Point RotateCenter {get; set;} | |
Property Value
The location of the rotate center control point.For C#/VB examples, refer to GripperDistance.
When an AnnObject is selected with an AnnEditDesigner, two rotate control points appear:
- Rotate center control point
- Rotate gripper control point
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code