LEADTOOLS Annotations (Leadtools.Annotations assembly)

RotateLinePen Property (AnnEditDesigner)

Show in webframe





Gets or sets the AnnPen used to draw a line between the rotate control points for all AnnEditDesigner derived objects.
Syntax
public virtual AnnPen RotateLinePen {get; set;}
'Declaration
 
Public Overridable Property RotateLinePen As AnnPen
'Usage
 
Dim instance As AnnEditDesigner
Dim value As AnnPen
 
instance.RotateLinePen = value
 
value = instance.RotateLinePen

            

            
public:
virtual property AnnPen^ RotateLinePen {
   AnnPen^ get();
   void set (    AnnPen^ value);
}

Property Value

The AnnPen used to draw a line between the rotate control points.
Remarks
For more information, refer to RotateLinePen and New Annotation Features of Version 14.5.
Example
For an example, refer to RotateGripperControlPoint.
Requirements

Target Platforms

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.