Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
UseRotateControlPoints Property
See Also 
Leadtools.Windows.Annotations Namespace > AnnAutomationObject Class : UseRotateControlPoints Property





Gets or sets the use of rotate control points of this AnnAutomationObject.

Syntax

Visual Basic (Declaration) 
Public Overridable Property UseRotateControlPoints As Boolean
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationObject
Dim value As Boolean
 
instance.UseRotateControlPoints = value
 
value = instance.UseRotateControlPoints
C# 
public virtual bool UseRotateControlPoints {get; set;}
C++/CLI 
public:
virtual property bool UseRotateControlPoints {
   bool get();
   void set (bool value);
}
XAML Attributes Usage 

<object UseRotateControlPoints=bool .../>

XAML Attributes Usage 

<object UseRotateControlPoints=bool .../>

Return Value

true if using rotate control points for AnnObjectBase rotation; false otherwise.

Example

For C#/VB examples, refer to AnnEditDesigner.UseRotateControlPoints.

Remarks

For more control over rotating an AnnObjectBase or a AnnGroupObject in design mode with an AnnEditDesigner, set this property to true. This allows the user to precisely control the rotate center, as well as the rotate angle, by moving the rotate control points.

For more information, refer to WPF Annotation Rotation Options.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

UseRotateControlPoints requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.