Gets or sets the AnnControlPoint object used for the rotate center control point for all AnnEditDesigner derived classes.
public AnnControlPoint RotateCenterControlPoint { get; set; }
Public Property RotateCenterControlPoint As Leadtools.Annotations.AnnControlPoint
public:
property Leadtools.Annotations.AnnControlPoint^ RotateCenterControlPoint {
Leadtools.Annotations.AnnControlPoint^ get();
void set ( Leadtools.Annotations.AnnControlPoint^ );
}
The AnnControlPoint object used for the rotate center control point for all AnnEditDesigner derived classes.
When the automation framework uses reflection to create any of the AnnAutomationObject.EditDesignerType, it will use this value in the created AnnEditDesigner.AnnEditDesigner.ControlPoints collection.
For more information, refer to New Annotation Features of Version 14.5 (Deprecated).
For an example, refer to RotateLinePen.
UseRotateControlPoints Property
RotateCenterControlPointCursor Property
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET