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