Visual Basic (Declaration) | |
---|---|
Public Property RotateLinePen As AnnPen |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnPen RotateLinePen {get; set;} |
Return Value
The AnnPen used to draw a line between the rotate control points.This example changes the look of the rotate user interface by performing the following actions:
Sets the rotate line pen to be solid red Changes the rotate center control point to be a black circle filled with red Changes the rotate gripper control point to be a blue rectangle filled with yellow
Visual Basic | Copy Code |
---|---|
Public Sub AnnAutomationManager_RotateLinePen(ByVal manager As AnnAutomationManager) |
C# | Copy Code |
---|---|
public void AnnAutomationManager_RotateLinePen(AnnAutomationManager manager) |
This property gets or sets the pen that is used to draw the line that appears between the rotate control points when dragging either the center rotate control point or the gripper rotate control point.
Used when UserMode is AnnUserMode.Design.
For more information, refer to New Annotation Features of Version 14.5.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
AnnAutomationManager ClassAnnAutomationManager Members
ResetRotatePoints Method
CanResetRotatePoints Property
UseRotateControlPoints Property
RotateCenterControlPointCursor Property
RotateCenterControlPoint Property
RotateGripperControlPoint Property
RotateGripperControlPointCursor Property