Gets or sets the use of rotate control points of this AnnEditDesigner.
public bool UseRotateControlPoints {get; set;}
Public Property UseRotateControlPoints As Boolean
true if using rotate control points for AnnObject rotation; false otherwise.
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. Setting this property to false uses the keyboard rotate user interface. For more information, refer to WPF Annotation Rotation Options.
This example toggles the use of the rotate control points.
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Public Sub AnnEditDesigner_UseRotateControlPoints(ByVal editDesigner As AnnEditDesigner)
editDesigner.UseRotateControlPoints = Not editDesigner.UseRotateControlPoints
Dim s As String = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints)
MessageBox.Show(s)
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;
public void AnnEditDesigner_UseRotateControlPoints(AnnEditDesigner editDesigner)
{
editDesigner.UseRotateControlPoints = !editDesigner.UseRotateControlPoints;
string s = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints);
MessageBox.Show(s);
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
public void AnnEditDesigner_UseRotateControlPoints(AnnEditDesigner editDesigner)
{
editDesigner.UseRotateControlPoints = !editDesigner.UseRotateControlPoints;
string s = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints);
MessageBox.Show(s);
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Public Sub AnnEditDesigner_UseRotateControlPoints(ByVal editDesigner As AnnEditDesigner)
editDesigner.UseRotateControlPoints = Not editDesigner.UseRotateControlPoints
Dim s As String = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints)
MessageBox.Show(s)
End Sub
Products |
Support |
Feedback: UseRotateControlPoints Property (AnnEditDesigner) - Leadtools.Windows.Annotations |
Introduction |
Help Version 19.0.2017.3.22
|
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
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.