Leadtools.Windows.Annotations Namespace > AnnEditDesigner Class : UseRotateControlPoints Property |
public bool UseRotateControlPoints {get; set;}
'Declaration Public Property UseRotateControlPoints As Boolean
'Usage Dim instance As AnnEditDesigner Dim value As Boolean instance.UseRotateControlPoints = value value = instance.UseRotateControlPoints
public bool UseRotateControlPoints {get; set;}
get_UseRotateControlPoints();
set_UseRotateControlPoints(value);
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
public void AnnEditDesigner_UseRotateControlPoints(AnnEditDesigner editDesigner) { editDesigner.UseRotateControlPoints = !editDesigner.UseRotateControlPoints; string s = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints); MessageBox.Show(s); }
public void AnnEditDesigner_UseRotateControlPoints(AnnEditDesigner editDesigner) { editDesigner.UseRotateControlPoints = !editDesigner.UseRotateControlPoints; string s = String.Format("UseRotateControlPoints changed to {0}", editDesigner.UseRotateControlPoints); MessageBox.Show(s); }
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2