LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

UseRotateControlPoints Property (AnnAutomationObject)

Show in webframe





Gets or sets the use of rotate control points of this AnnAutomationObject.
Syntax
public virtual bool UseRotateControlPoints {get; set;}
'Declaration
 
Public Overridable Property UseRotateControlPoints As Boolean
'Usage
 
Dim instance As AnnAutomationObject
Dim value As Boolean
 
instance.UseRotateControlPoints = value
 
value = instance.UseRotateControlPoints

            

            
public:
virtual property bool UseRotateControlPoints {
   bool get();
   void set (    bool value);
}

Property Value

true if using rotate control points for AnnObject rotation; false otherwise.
Remarks
For more control over rotating an AnnObject 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.

Example

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

Requirements

Target Platforms

See Also

Reference

AnnAutomationObject Class
AnnAutomationObject Members
ResetRotatePoints Method
CanResetRotatePoints Property
RotateCenterControlPoint Property
RotateGripperControlPoint Property

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.