Visual Basic (Declaration) | |
---|---|
Public Property RotateLinePen As AnnPen |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public AnnPen RotateLinePen {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property AnnPen* get_RotateLinePen(); public: __property void set_RotateLinePen( AnnPen* value ); |
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: <list type="number"> <item><description>Sets the rotate line pen to be solid red</description></item> <item><description>Changes the rotate center control point to be a black circle filled with red</description></item> <item><description>Changes the rotate gripper control point to be a blue rectangle filled with yellow</description></item> </list>
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
AnnAutomationManager ClassAnnAutomationManager Members
ResetRotatePoints Method
CanResetRotatePoints Property
UseRotateControlPoints Property
RotateCenterControlPointCursor Property
RotateCenterControlPoint Property
RotateGripperControlPoint Property
RotateGripperControlPointCursor Property