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





Gets or sets the Thumb object used for the rotate gripper control point for all AnnEditDesigner derived classes.

Syntax

Visual Basic (Declaration) 
Public Property RotateGripperControlPoint As Thumb
Visual Basic (Usage)Copy Code
Dim instance As AnnAutomationManager
Dim value As Thumb
 
instance.RotateGripperControlPoint = value
 
value = instance.RotateGripperControlPoint
C# 
public Thumb RotateGripperControlPoint {get; set;}
C++/CLI 
public:
property Thumb RotateGripperControlPoint {
   Thumb get();
   void set (Thumb value);
}
XAML Syntax 
For XAML information, see the System.Windows.Controls.Primitives.Thumb type.
XAML Syntax 
For XAML information, see the System.Windows.Controls.Primitives.Thumb type.

Return Value

The Thumb object used for the rotate gripper control point for all AnnEditDesigner derived classes.

Example

For C#/VB examples, refer to RotateLinePen.

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 WPF Annotation Rotation Options.

Requirements

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

See Also

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