←Select platform

RotateCenterControlPoint Property

Summary

Gets or sets the AnnControlPoint object used for the rotate center control point for all AnnEditDesigner derived classes.

Syntax

C#
VB
C++
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^ ); 
} 

Property Value

The AnnControlPoint object used for the rotate center control point for all AnnEditDesigner derived classes.

Remarks

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).

Example

For an example, refer to RotateLinePen.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly