Gets or sets the
AnnPen used to draw a line between the rotate control points for all
AnnEditDesigner derived objects.
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.