The location of the rotate gripper control point.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Property RotateGripper As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnObject
Dim value As AnnPoint
instance.RotateGripper = value
value = instance.RotateGripper
|
C# | |
---|
public virtual AnnPoint RotateGripper {get; set;} |
Return Value
The location of the rotate gripper control point.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also