The RotateCenterControlPointLocation Property supports WPF/Silverlight.
The RotateCenterControlPointLocation Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the rotate center control point location of the selected object in object coordinates. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property RotateCenterControlPointLocation As Point |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnEditDesigner Dim value As Point value = instance.RotateCenterControlPointLocation |
C# | |
---|---|
public Point RotateCenterControlPointLocation {get;} |
Property Value
The rotate center control point location of the selected object in object coordinates.(Read only) The selected object has two rotate control points:
- Rotate center control point
- Rotate gripper control point
For more information, refer to WPF Annotation Rotation Options.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)