LEADTOOLS Annotations (Leadtools.Annotations assembly)

ShowControlPoints Property (AnnAutomationManager)

Show in webframe





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:
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

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


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