LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ShowControlPoints Property (AnnAutomationManager)






Gets or sets a value that indicates whether to show the control points.
Syntax
public bool ShowControlPoints {get; set;}
'Declaration
 
Public Property ShowControlPoints As Boolean
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Boolean
 
instance.ShowControlPoints = value
 
value = instance.ShowControlPoints
public bool ShowControlPoints {get; set;}
 get_ShowControlPoints();
set_ShowControlPoints(value);
public:
property bool ShowControlPoints {
   bool get();
   void set (    bool value);
}

Property Value

true to show the control points; otherwise, false.
Remarks
Changing this property will affect current and all future running AnnPolylineEditDesigner objects. For more information refer to the AnnPolylineEditDesigner.ShowControlPoints property of the AnnPolylineEditDesigner.
Requirements

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

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.